Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.37 KB

Platform Runner

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 😉.

Screenshots

In game Lost game
GameScreenCapture GameScreenCapture

Instructions

In order to run this game:

  1. Clone/download this repository.
  2. 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 or python3 -m http.server depending on your system.
  3. Launch your browser with the localhost and port number returned by the command above. For example http://localhost:8000/.
  4. Enjoy (and reload the webpage if you want to play some more)!

Ressources

Licence

GPL Licence