Go to file
Elias Fleckenstein 207ea9b245
Replace dlmopen by dlopen
This makes builds without glibc (e.g. on Alpine linux) possible.
2021-12-19 17:40:00 +01:00
doc Fancy up score display 2021-06-14 17:39:27 +02:00
plugins Add on_level_up callback 2021-06-22 11:10:29 +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 Replace dlmopen by dlopen 2021-12-19 17:40:00 +01:00
README.md Split documentation into multiple files and document gameplay 2021-06-14 11:10:58 +02:00
dungeon.c Replace dlmopen by dlopen 2021-12-19 17:40:00 +01: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