User prompt
ADD ANOTHER OPTION CALLED IMPOSSIBLE AND IF WE CLICK THE IMPOSSIBLE BUTTON LET'S START THE GAME WITH 10X SPEED AND THE SPEED INCREASES EVERY 20 POINTS
User prompt
and in hard mode, our speed increases by 1 for every 30 points
User prompt
When you start the game, there will be 2 buttons at first. Those buttons will be easy and hard. If we click on hard, we will start at 6x speed. If we press the easy button, let's start with 3x speed
User prompt
After 450 points, the music should change, so make another one.
User prompt
Add music
User prompt
At 650 points, there should be another car next to some cars.
User prompt
When we start the game, set the speed to 3x
User prompt
After 450 points, there should be 2 cars in each place so that it becomes difficult but not impossible
Code edit (1 edits merged)
Please save this source code
User prompt
Highway Rush
Initial prompt
If we click on the right side of the screen with the car, we go to the right and if we click on the left, we go to the left. Add a road, there will be cars on the screen, if we hit, we will lose. For each car we pass, we will gain 10 points and for every 50 points we lose, our speed will increase a little so that the game becomes more difficult.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});