dungeon_game/README.md

15 lines
540 B
Markdown

# 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