UP arrow - Jump LEFT arrow - Move left RIGHT arrow - Move right
- Add more platform(s)
- Add more diamonds(s)
- Change how score is calculated
- Change level completed message
- Freestyle, do your own thing and customize the game even more
For reference, Phaser game engine documentation is available here
If you have python installed, you can run a web server locally with the following command
$ python -m SimpleHTTPServer 5000
And then play the game at localhost:5000