A Javascript game I used to try out Webpack. Add planets and watch them interact via gravitational force. Give it a try and see if you can get a stable orbit!
- You need nvm installed. On Mac OS you can install it via Homebrew:
brew install nvm
- Set the correct node version:
nvm use
- Open the game in your browser:
open index.html
- Run the webpack server:
npm run work
Now you're good to develop, have fun!