A remake of the game Asteroids to run in smart phones browsers.
You can play it at https://chamun.github.io/asteroids-remake/.
-
nodejs & npm
$ sudo apt-get install nodejs npm
-
grunt-cli
$ sudo npm install -g grunt-cli
$ sudo npm install
$ grunt
For the project to be built every time a file changes, run
$ grunt watch
Run the web server with
$ grunt connect
Connect to http://machine_ip
:8000
This game is powered by Quick, which is now called videogame. You can check it out at https://github.com/diogoeichert/videogame