Fix INT_MAX definition on some newer systems.
[Tsunagari.git] / README.txt
blobdb8e1d7ac59f7c88674b08366466a6877d433d1b
1 Tsunagari Tile Engine
2 <http://tileengine.org/>
4 Alpha Preview Release 4 "Akatsuki" Revision 4
6 -----
8 Tsunagari is a tiling game engine inspired by the cult classic game Yume Nikki. It is intended as an open source alternative to the popular proprietary RPGMaker game development suite that the original and most fangames were/are written on. The initial focus is support for all of the features of Yume Nikki, and beyond that it strives to become a fully-featured 2D game development suite. Tsunagari is written in C++, using the Gosu framework.
10 Features:
11 Tsunagari will be a comprehensive game design suite for singleplayer 2D games. The engine will support several styles, such as roguelikes, and old console-style RPGs. Multiplayer support is planned for the second stable release. Tsunagari allows Python scripting for the event system, and for additional custom functionality. As a suite, Tsunagari aims to allow as much game variation as possible without direct modifications to the engine source code. Game design will require manual file editing during the Alpha and Beta phases, but a game editor suite will be shipped with the first major release.
13 Current features include:
14 * Yume Nikki-like and roguelike movement modes.
15 * Music and sound effects handling.
16 * Tile and sprite animations.
17 * Intelligent viewport tracking.
18 * Support for infinite graphical and walkable layers.
19 * Resource caching for nonexistent load times.
20 * Command line options for fine-tuning.
21 * Subpixel rendering.
22 * Looping areas support.
23 * NPCs.
24 * Event scripting interface in Python.
26 Tsunagari is released under the MIT/Expat license.
28 Requirements:
29 NAME        LICENSE     LINK
30 libboost    (BOOST)     http://www.boost.org/
31 libgosu     (MIT)       http://github.com/jamer/gosu/tree/quake2_allocblock (fork)
32 libpython   (PSF)       http://www.python.org/
33 libxml2     (MIT)       http://xmlsoft.org/
34 PhysicsFS   (ZLIB)      http://icculus.org/physfs/