I want to make a sort-of game. There is a day/night cycle, and you must generate power using solar panels to power something. I had an idea for what that something should be, but I forgot what it was.
- Grunt
- Dev and Prod builds
- RequireJS
- SCSS with Compass
- Browsersync
- node/npm: http://nodejs.org/download/ x64 msi
- ruby: http://rubyinstaller.org/downloads/ x64
- grunt-cli: npm install -g grunt-cli
- bower: npm install -g bower
- browsersync: npm install -g browser-sync
- compass: gem update --system && gem install compass
- remaining packages: npm install && bower install
http://codeincomplete.com/posts/2013/12/4/javascript_game_foundations_the_game_loop/