Sha256: c671967b06409dd0fb2cb9a65116af079b099c0fa496d50c3f2fd6a0edca0846
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
# AMazeIng This is a small video game about maze, create on Gosu library. You need to find the way to specific point in the maze to win the game ![](./images/cover.jpg?raw=true) ## Requirements This gem needs [Gosu](https://www.libgosu.org/) installed on your machine in order to render graphics ## Installation Add this line to your application's Gemfile: ```ruby gem 'a_maze_ing' ``` And then execute: $ bundle Or install it yourself as: $ gem install a_maze_ing ## Usage After install AMazeIng run following command to play $ a_maze_ing ## Features Todo List * Menu screen * Multiplayer mode - two player race to the target * Custom mode - custom difficulty * Enemy mode - Race to the target before get hit by the enemies ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/at-cuongtran/a_maze_ing.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
a_maze_ing-0.3.0 | README.md |