An update to the work done by Paul Lutus using the Physics Engine and logic he created.
Rewritten in ES6 and incorporating relative sizes of planetoids.
Uses Babel to transpile ES6 to ES5
npm install -g browserify
npm install
browserify es6/script/index.js -t babelify --outfile script/bundle.js
###TODO
- Rebuild in Three.js to incorporate textures and lighting.
- Implement moons
- Display orbit paths