You can see more about the project on this link
A small game in Ruby inspired by Dragon Ball and developed with Gosu.
Basically, it's a turn-based rogue-like, and there’s not much more to say. You have a fight every time, and between each fight, you get new bonuses. That's the idea in a nutshell.
This game was created to explore and test various design patterns in object-oriented programming.
- Character Creation
- You can create your own character by choosing the body and the head for the sayan, this feature is currently not disponible for the chilled race.
- Character Training:
- You can train your character with a system of point.
- Combat Mechanics:
- It's turn based fight.
- New Bonuses:
- At the end of every fight you can choose between 3 rewards
-
Clone the repo:
git clone https://github.com/EthanCarollo/dragon-ball-omega-rogue.git cd dragon-ball-omega-rogue
-
Install Gosu:
gem install gosu
-
Run the game:
ruby main.rb
For more information about packaging, you can check the Ruby Gosu Wiki : https://github.com/gosu/gosu/wiki/