Hello I made a simple prototype of a platformer game. You can find it here:
http://www.fastswf.com/OYiCEGk
Comments & suggestions are greatly appreciated.
CONTROLS
------------------------------------------
D or RIGHT key - Go right
A or LEFT key - Go left
W or UP key - Jump
SPACE - Shoot your weird gun or whatever that is
I donât know if this is still a prototype but anyways, new changes. Link has been updated.
-
Changed some art/graphics.
-
Changed how the player projectile works.
-
Now contains 2 levels. But there is no end yet so youâll just loop between the 2 levels.
-
New item added. The jump boost.
What it does: * On contact, it will disappear and the player will get a small upward push if going downwards. * In addition, the player can jump again but only until before landing on a solid ground. * The boost will be visible and reusable again after 5 seconds.
-
You can now pause using the âEnter/Returnâ key.
-
Removed some randomness on spawning enemies. The enemies will always head left on spawn.
-
Changed the jumping enemy AI. It will now not follow the player. It will always head left and only change direction when bumping a solid tile.
-
The jumping enemy now jumps less frequently.
-
Added a background image.
Note: Until now, coins has no actual use or side-effect except for level completion.