User prompt
Currently player move from one side of the road to the other : fix that by only move to the next postiion
User prompt
only move when mouse/finger is down
User prompt
add a treshold in game.move
Code edit (1 edits merged)
Please save this source code
User prompt
Add game.move() event handler
Code edit (11 edits merged)
Please save this source code
User prompt
make user swipe reaction time quicker without making player move faster
User prompt
make swipe react faster
Code edit (2 edits merged)
Please save this source code
User prompt
when killed, do LK.setScore(score); and call Gameover after 3 sec
User prompt
before gameover store the score in LK score
User prompt
play rip_1 1 sec after killed
User prompt
play jump_1 when jumping
Code edit (1 edits merged)
Please save this source code
User prompt
make red flash longer when killed
Code edit (1 edits merged)
Please save this source code
User prompt
also play killed_1 after accident_1
User prompt
play accident_1 when killed
User prompt
when setting killer[2] active, play ambulance_1
User prompt
when setting killer[1] active, play police_1
User prompt
when setting killer[0] active, play car_1
Code edit (4 edits merged)
Please save this source code
User prompt
play levelWin_1 when wining a level
User prompt
add a function playHit() thay randmoly plays hit_1, hit_2 or hit_3
User prompt
play hit_1 when hitting an obstacle
===================================================================
--- original.js
+++ change.js
@@ -306,9 +306,9 @@
LK.stopMusic();
LK.getSound('accident_1').play();
LK.setTimeout(function () {
LK.getSound('killed_1').play();
- }, 500); // Adjust the delay as needed
+ }, 250); // Adjust the delay as needed
LK.effects.flashScreen(0xff0000, 2000);
// Spawn MurderShape at player's last position
var murderShape = new MurderShape();
murderShape.x = player.x;
Directly overhead, plumb view of a beggar heading top (we see his back).. Zenith view, directly overhead, plumb view. NOT PERSPECTIVE! Fantasy theme. Pixel art
a traffic cone. video game sprite
face view of a big start button in the shape of a dollar bill. video game style
a tree. video game style
a black garbage bag. video game style
Dollar bill. Perspective. video game sprite
perspective of a simple snake rolled up on itself.. video game sprite
Ball of dry desert bushes. video game sprite
tractor. high definition video game sprite
street ad billboard with 1 or 2 posts with "Get rich!" on it. high definition video game sprite
a dog sleeping on a street. video game sprite
desert bush. video game sprite
profile view of an empty motorcycle helmet. black with a white vertical central band and another thiner orange band on the center. NOT PERSPECTIVE!. Pixel art high definition
simple red and white magnet. video game style
gold sign with a "X" and a "2". video game style
bgMusic
Music
coin_1
Sound effect
hit_1
Sound effect
hit_2
Sound effect
hit_3
Sound effect
levelWin_1
Sound effect
car_1
Sound effect
police_1
Sound effect
ambulance_1
Sound effect
accident_1
Sound effect
killed_1
Sound effect
jump_1
Sound effect
rip_1
Sound effect
bonus_take
Sound effect
bonus_approaching
Sound effect