From a6239500f9d2c42e9c6d8922af0aeeea366b2d7e Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:14:28 +0200 Subject: [PATCH] Add info about font size in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c608770..e6ffc1d 100644 --- 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 ".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. -- 2.44.0