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

https://github.com/levidurfee/c-dungeon-game


https://github.com/levidurfee/c-dungeon-game

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# c dungeon game

## getting started

```bash
git clone https://github.com/levidurfee/c-dungeon-game.git
sudo apt install libsqlite3-dev libncurses-dev
make all
output/main
```

## screenshot

![c dungeon game](screenshot.png "c dungeon game")