/dungeon-crawler-ruby

Dungeon crawler console game built in Ruby

Primary LanguageRuby

Codeship Status for ryhornalehach/dungeon-crawler-ruby Coverage Status Maintainability

Dungeon Crawler game. Made by Ryhor Nalehach.

This is turn-based role-playing game. Player can move by using arrow keys on the keyboard. You can pickup vials with health potion and you can pickup weapons. Player can fight with monsters. If the monster wasn't killed from the first hit, it will counterattack the player.

Dungeon Crawler is console game, built in Ruby.

To start:
  1. bundle
  2. ruby game.rb
To test:
  • rspec