https://github.com/ferg1e/stepping-stone-dungeon
A text-based dungeon crawler
https://github.com/ferg1e/stepping-stone-dungeon
dungeon-crawler text-based-adventure text-based-game text-based-game-engine
Last synced: about 1 year ago
JSON representation
A text-based dungeon crawler
- Host: GitHub
- URL: https://github.com/ferg1e/stepping-stone-dungeon
- Owner: ferg1e
- Created: 2025-01-17T23:40:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-11T17:19:13.000Z (over 1 year ago)
- Last Synced: 2025-02-11T18:29:06.243Z (over 1 year ago)
- Topics: dungeon-crawler, text-based-adventure, text-based-game, text-based-game-engine
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stepping Stone Dungeon
I am building a text-based dungeon crawler with C++ in order to up my skills in this language.
## Requirements
I am using C++14 and WSL Ubuntu 20.04. But it will most likely work with other versions of C++ and Linux.
## Running the Game
- `git clone https://github.com/ferg1e/stepping-stone-dungeon.git ssd-game`
- `cd ssd-game`
- `make`
- `./game`