Skip to content

chamun/asteroids-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroids Remake

A remake of the game Asteroids to run in smart phones browsers.

You can play it at https://chamun.github.io/asteroids-remake/.

Dependencies

  • nodejs & npm

    $ sudo apt-get install nodejs npm

  • grunt-cli

    $ sudo npm install -g grunt-cli

Install the project

$ sudo npm install

Build the project

$ grunt

Watching the files

For the project to be built every time a file changes, run

$ grunt watch

Test in mobile devices

Run the web server with

$ grunt connect

Connect to http://machine_ip:8000

Note about the game engine

This game is powered by Quick, which is now called videogame. You can check it out at https://github.com/diogoeichert/videogame

About

A remake of the game Asteroids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages