Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 829 Bytes

BoomSync

A game to teach you asynchronous Javascript!

How do I play?

Check it out at http://boomsync.surge.sh/! demo gif

Support

Please open an issue for support.

Deploying

Call npm run build to build, and use surge to deploy.

surge ./build Note that in order to support routers that use HTML5 pushState API, you may want to rename the index.html in your build folder to 200.html before deploying to Surge. This ensures that every URL falls back to that file.

Contributing

Please contribute (add a level?) using Github Flow. Create a branch, add commits, and open a pull request.