Subspace-alike game written in CoffeeScript/HTML5.
- dotproduct, another HTML5 SubSpace. Play here
- Discretion
- ASSS
- Continuum
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.
- 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.