Go to file
Elias Fleckenstein 66ad325392 Fancy up score display 2021-06-14 17:39:27 +02:00
doc Fancy up score display 2021-06-14 17:39:27 +02:00
plugins Fancy up score display 2021-06-14 17:39:27 +02:00
.gitignore Include loader binary in .gitignore 2021-06-09 17:10:19 +02:00
LICENSE Create LICENSE 2021-06-09 17:08:55 +02:00
Makefile Fix plugin target 2021-06-09 17:31:27 +02:00
README.md Split documentation into multiple files and document gameplay 2021-06-14 11:10:58 +02:00
dungeon.c Add plugin dependencies 2021-06-09 20:08:50 +02:00

README.md

Dungeon Game

A small but flexible dungeon crawler written in C. Renders directly into the terminal using unicode and escape sequences. Enlarge font size to see what's happening ingame better. The game supports changing the font size or window size of the terminal emulator while running.

Building

For info on how to compile the loader and the plugins, see doc/BUILDING.md

Gameplay

For info on controls and a complete gameplay documentation, see doc/GAMEPLAY.md

Plugins

For info on how to create plugins, see doc/PLUGINS.md