Game engine WIP
- download
node
- fork this repo
nvm install 5.1.0
or whatever the latest released version isnpm update npm -g
git checkout dev
git checkout -b <feature>
where is what you are implementingnpm i
flow
to perform static typecheckingnpm run build
to buildtest/index.html
to test- implement feature don't forget to keep updated with dev
- send a pull request targeting the dev branch