Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.11 KB

Valor

Subspace-alike game written in CoffeeScript/HTML5.

Current state

Other SubSpace projects

Development Setup

After cloning, run the following commands:

yarn install
make setup # fetch dependencies
make compile # build
make server & # start the game server
make # start the web server

Now you can navigate to http://localhost:8000/Subspace.html to join the game.

Contributing

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with Rakefile (or Makefile), Version, or History. (If you want to have your own version, that is fine but bump version in a commit by itself -- I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.