Skip to content

Kill the space monsters before they kill you!

Notifications You must be signed in to change notification settings

jeargle/spacemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kill the space monsters before they kill you!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published