]> git.lizzy.rs Git - dungeon_game.git/commitdiff
Merge branch 'master' of https://github.com/EliasFleckenstein03/dungeon_game
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 9 Jun 2021 15:31:32 +0000 (17:31 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 9 Jun 2021 15:31:32 +0000 (17:31 +0200)
README.md

index fbfc863cb6baec6398f3a272ef7962bf63a0e6a6..1f554cd4076b43bb166f6ff2f99f3c1112548a43 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Dungeon Game
-A small but flexible dungeon crawler written in C. Needs GCC to compile (`__USE_GNU`). Renders directly into the terminal.
+A small but flexible dungeon crawler written in C. Needs GCC to compile (`__USE_GNU`). 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.
 
 You can easily create plugins for the game by putting a new folder into plugins/ with the name of your plugin and then compiling your code into a shared library placed inside this folder named "<plugin name>.so" (`-shared -fpic`).
 You might want to include the game.h file from plugins/game/game.h. Have a look into it to see available API. See the existing plugins for examples.