Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinnahsaint/dungeon_crawl
I've built a text based game like the classic Adventure game or the Choose-Your-Own-Adventure books. This is starting simply for now but with an eye to multiple maps, encounter randomisation.
https://github.com/sinnahsaint/dungeon_crawl
adventure-game cmdline game games oop ruby
Last synced: 13 days ago
JSON representation
I've built a text based game like the classic Adventure game or the Choose-Your-Own-Adventure books. This is starting simply for now but with an eye to multiple maps, encounter randomisation.
- Host: GitHub
- URL: https://github.com/sinnahsaint/dungeon_crawl
- Owner: SinnahSaint
- License: gpl-3.0
- Created: 2020-07-18T22:09:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T21:20:03.000Z (about 3 years ago)
- Last Synced: 2025-01-12T17:47:55.145Z (26 days ago)
- Topics: adventure-game, cmdline, game, games, oop, ruby
- Language: Ruby
- Homepage:
- Size: 268 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dungeon_crawl
I've built a text based game like the classic Adventure game or the Choose-Your-Own-Adventure books.
This is starting simply but with an eye to multiple maps, & encounter randomisation.I'm happy to say the basic 3x3 dungeon with multiple maps is up and running. More features and a bigger maps might be added later, but the core game is there. You can even save and load games now.
To play, just run the run.rb file.