Simple platformer using the PhaserJS library.
The goal is simple: catch the gold star by jumping from platform to platform. Hurry up, you only have 30 seconds!
- Use the SPACE button to jump;
- Use the ARROW buttons to navigate;
- Explore your keyboard to find hidden buttons 😉.
In game | Lost game |
---|---|
In order to run this game:
- Clone/download this repository.
- At the base folder, run a local http server. This can easily be done if you have Python 3 installed. In your terminal/CMD, run:
python -m http.server
orpython3 -m http.server
depending on your system. - Launch your browser with the localhost and port number returned by the command above. For example
http://localhost:8000/
. - Enjoy (and reload the webpage if you want to play some more)!
GPL Licence