blob: e95a87fb24b8a27f24f0d0cd23b0b17f263c17f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|