An open API service indexing awesome lists of open source software.

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

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`