User prompt
Please fix the bug: 'TypeError: undefined is not an object (evaluating 'tower.lastX')' in or related to this line: 'if (tower.lastX >= -200 && tower.x < -200) {' Line Number: 175
User prompt
El avión va más rápida que la cámara
User prompt
Please fix the bug: 'TypeError: undefined is not an object (evaluating 'tower.lastX')' in or related to this line: 'if (tower.lastX >= -200 && tower.x < -200) {' Line Number: 172
User prompt
El juego no se inicia
User prompt
Tower Dodge Flight
Initial prompt
Quiero que crees un juego en el que haya que volar un avión y esquivar torres, cuanta más torres esquives más puntos conseguirás, quiero que vaya por niveles, cuánto más alto el nivel mayor será el nivel de dificultad, si te chocas con una de las torres pierdes y tienes que reintentar el nivel, para pasar al siguiente nivel siempre hay que completar el anterior, excepto en el primer nivel
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});