#The Game
Disclaimer: I know nothing about developing games, nor do I know what I am doing in this code. Most of the code is a mess, where I only expect a nice structure to emerge at some point.
I would be more than happy to discuss code structure or architecture.
guard
watches .rb files and .coffee files and recompiles them automatically
- bundle install
- rake build
- rake build_coffee
- ruby app.rb
Sadly we have to use Sinatra app, since chrome refuses to load images from disk.
And it should work.
- Fork it ( https://github.com/KillaPL/the_game )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request