A simple HTML5 game made for the Ludum Dare #28 competition
This application is a Ruby on Rails application which means you'll need to install Ruby language interpreter and Rails framework.
To install Ruby please check this page: http://www.ruby-lang.org/en/downloads/
After installing both Ruby you should be able to install all the dependencies of the application. Fortunately, it's very simple. Open your console, go to application folder, and enter this command:
bundle
It should install all the libraries you'll need to use the application. When it's done you should be able to run the application. To do this please open console, go to application folder, and enter this command:
bundle exec rails server
It should launch the application and make it possible to open it at http://localhost:3000/