Go to file
Elias Fleckenstein a084f521e9 Split documentation into multiple files and document gameplay 2021-06-14 11:10:58 +02:00
doc Split documentation into multiple files and document gameplay 2021-06-14 11:10:58 +02:00
plugins Add charged hits 2021-06-14 10:30:45 +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