Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 254 Bytes

File metadata and controls

14 lines (9 loc) · 254 Bytes

Asteroids

(Work ongoing)

A JavaScript implementation of the traditional game using HTML Canvas, to show off some JavaScript code constructs.

Open webroot in a browser to see it in action.

To make changes.

$ npm install
$ make js-compile