A simple HTML5 platformer game. Shoot, jump and stay alive. This project was build to trying out the phaser javascript library for 2D games. The small result is here out now.
The controls are very simple. Use RIGHT for shooting and UP (or SPACEBAR) for jumping around. The goal of the game is to stay alive as long as you can.
The game runs good on modern browsers. Even on mobile browsers it works great. Please wait a few seconds while the game is loading by the browser (page is completely black).
If you want to start the game on your computer you need to download the repository and start a local webserver on this machine. For example you can use the python SimpleHTTPServer as described below (Requires a installation of python).
- Download the repository here
- Extract the zip file
- Go into the extracted directory
- Open up a terminal here (CMD or shell)
- Start the server with:
python -m SimpleHTTPServer
(with Python3 replaceSimpleHTTPServer
byhttp.server
) - Open a browser and go to http://localhost:8000
My special thanks goes to Arne Blumentritt for the beautiful clouds, Jesse Freemann for the free human and zombie sprites and last but not least nosoapradio.us and freesound.org for the nice free sounds.
Feel free to add issues with new ideas or bugs or fork the complete game to bring in your personal style.
1.0.0
- Complete rewrite after some experience with Javascript
- Update to the new PhaserJS-Version (2.7.7)
- Animation for player jump added
- Scale game canvas to window size
- Spacebar for jumps
- Mouse-Input: Complete left side for jumps and complete right side for shooting