A simple game entirely written in JavaScript
Mostly broken and to be updated ASAP! :)
git clone git@github.com:7rin0/gosquares.git
cd gosquares
make run
npm install
./node_modules/http-server/bin/http-server -o
If you have already http-server package installed globally you can simply run
http-server -o
of the gosquares directory root. This is the simplest way to test gosquares.
- Debug ...
- Test coverage
- Sanity checking
- Code review
- Migrate as Android and Chrome application