A top-view car game where you have to obey traffic law.
The game is not quite complete and I'm not sure about it's destiny, maybe I will split it into modules to be able test different AI driving approach, maybe I will leave it as is. Anyway something works just now and it's able to run.
You must have Ruby with Bundler installed to run this game.
To install pull (or download) this repository and then run:
bundle install
to install dependencies,
gem build need_not_to_speed.gemspec
to create gem and then
gem install ./need_not_to_speed-0.1.0.gem
to install the gem itself.
Just run
need-not-to-speed