polar-space

A WebGL retro space game using three.js

GPL-3.0 License

Stars
5

###A retro space game in WebGL and three.js

Play it right now at http://gregtatum.com/polar/

Levels

####TODO:

  • Optimize GL draw calls

Development installation

This project uses npm modules, Browserify, and Gulp. You need npm installed before you can run the following from terminal:

To install the npm modules:

npm install

Start running the tasks to watch the code for building and bundling the JS to /assets/build:

gulp

Project copyright (c) 2014 Greg Tatum under GPL v3.