Skip to content

wudip/need-not-to-speed

Repository files navigation

Need not to speed

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.

Installation

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.

Run

Just run

need-not-to-speed

About

Top-view game with a car where player has to obey traffic law implemented in Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages