A classic text-based interactive adventure game built using Ruby. Immerse yourself in a choice-driven narrative where your decisions determine your survival, paths, and ultimate destiny.
- Interactive Decision Tree: Every choice you make branches into a unique path, providing multiple endings and high replayability.
- Dynamic Stats/Inventory: Keep track of your character's status and the items collected along your journey (if applicable).
- Clean CLI Interface: A smooth command-line experience with clear prompts and formatting.
- Pure Ruby Implementation: Built entirely utilizing core Ruby programming concepts, making it easy to read, modify, and extend.
To run this game locally, you will need to have Ruby installed on your machine.
Check if Ruby is already installed:
ruby -v