kindohm / space-janitor

A JavaScript Asteroids video game clone for browsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Janitor

A clone of the popular Asteroids video game, written in JavaScript for web browsers. Implemented with Coquette: https://github.com/maryrosecook/coquette.

Back-Story

After centuries of abuse and neglect, space has become littered with debris from failed space missions, canisters of unwanted, spent nuclear fuel, and rains of small planetary bodies that threaten earth. There is one astronaut who is up to the challenge of clearing this debris and cleaning the realm of space: The Space Janitor.

Run Tests and Build

After cloning the repo, run:

npm install

Then you can run tests as often as you like:

npm test

You can combine and minify the space janitor source with:

npm run-script build

About

A JavaScript Asteroids video game clone for browsers.


Languages

Language:JavaScript 57.9%Language:CSS 42.1%