/ruby-rpg-game

A simple RPG game in Ruby.

Primary LanguageRuby

RPG library

A simple RPG library game in Ruby.

Explanation

In this game, your hero fights to the death with random monsters.
At the end of the game, the number of killed monsters will be shown.

How to run

$ ruby game.rb

Running tests

$ rspec

TODO

Many improvements...