From ea04e99a57bca3560186b9a39d3859a8707be0ee Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 21 Feb 2023 17:53:22 -0500 Subject: README: WRITEME --- diff --git a/README b/README index e69de29..e95a87f 100644 --- a/README +++ b/README @@ -0,0 +1,20 @@ +Boukengine +---------- + +Boukengine is an engine for developing adventure role-playing games with +a 2-D top-down third-person perspective and turn-based combat. +Boukengine renders tile-based and layered world maps and manages color +palettes with realistic day/night cycling. + +Building +-------- + +Boukengine requires the following library packages to build and run: + + * `SDL` 1.2 + * `SDL_image` 1.2 + * `Expat` + * `zlib` + * `Lua` 5.1 or later + +Boukengine additionally requires `xcftools` at build time. -- cgit v0.9.1