Skip to content

adamcaron/asteroids

 
 

Repository files navigation

Game Time Starter Kit

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm build

To run tests in Node:

npm test

About

Pew! Pew! Shoot some aliens and blow up space rocks. >> https://adamcaron.github.io/asteroids/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.8%
  • HTML 1.8%
  • CSS 1.4%