This project is a simple game engine test project that runs completely inside a browser. Game objects can be created and JavaScript code can be attached to them.
- Install Grunt with "sudo npm -g install grunt-cli"
- Open a command line, browse to the repository folder.
- Type "grunt"
- Open src/web/index.html to run.