Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 708 Bytes

spacemo

Kill the space monsters before they kill you!

Controls

  • A - move ship left
  • D - move ship right
  • SPACE - fire

How to Run

spacemo runs in web browsers and needs to be hosted by a webserver. To host it, start up a webserver that gives access to the index.html file within the spacemo top-level directory. For example, if you have python (>=3) installed, navigate to the spacemo directory and run

> python -m http.server 8000

This will start a server exposing that directory on port 8000. You can then access the program by pointing your web browser to the URL http://localhost:8000.

Dependencies

Dependencies are included.

  • phaser