Search the Community
Showing results for tags 'lode runner'.
-
hello, I am searching for effective way of ladder climb for player like in old Loder Runner game for NES :). I already have only simple script in Update function, if the player overlaps 2 hidden objects on both sides of the ladder he gains the ability to climb. In fact it's hard to accurate get the player at the center point of ladder to climb it. Any Ideas ? if (playerTouchLeftLadder && playerTouchRightLadder) { console.log('overlaps ladder'); if (cursors.up.isDown) { player.body.velocity.y = -75; playerGravity = 0; player.frame = 9; onLadder = true; }else if (cursors.down.isDown) { player.body.velocity.y = 75; playerGravity = 0; player.frame = 9; onLadder = true; }else if (playerJumpState == false){ player.body.velocity.y = 0; } }else{ playerGravity = 500; onLadder = false; };
-
Hello, I'd like to introduce you my new game Gold'n'Zombies. The basic goal is to collect all gold nuggets, find hidden treasures and don't die. It's a platformer game with platforms, ladders, ropes, elevators, teleports, zombies, etc. but with one exception - you can't jump. Instead of jumping you are able to dig holes. You can fall through those holes or you can use them as traps for zombies which are trying to catch you. Everyone who is interested can try a demo here: http://games.1-easysoft.com/GoldNZombies/
- 2 replies
-
- Lode runner
- platformer
-
(and 1 more)
Tagged with: