]> git.lizzy.rs Git - dungeon_game.git/blob - README.md
Replace dlmopen by dlopen
[dungeon_game.git] / README.md
1 # Dungeon Game
2 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.
3
4 ## Building
5
6 For info on how to compile the loader and the plugins, see doc/BUILDING.md
7
8 ## Gameplay
9
10 For info on controls and a complete gameplay documentation, see doc/GAMEPLAY.md
11
12 ## Plugins
13
14 For info on how to create plugins, see doc/PLUGINS.md