CRASH: player initial phase missing
[Tsunagari.git] / README.txt
blob9a43b8108d85d637e7c761483f8bfada2d6ad1de
1 ________                                _________________    ________ 
2 \_____  \   _____   ____   _________   /   _____/\______ \  /  _____/ 
3  /   |   \ /     \_/ __ \ / ___\__  \  \_____  \  |    |  \/   \  ___ 
4 /    |    \  Y Y  \  ___// /_/  > __ \_/        \ |    `   \    \_\  \
5 \_______  /__|_|  /\___  >___  (____  /_______  //_______  /\______  /
6         \/      \/     \/_____/     \/        \/         \/        \/ 
7 <http://omegasdg.com/>
9 -----
11 Tsunagari Tile Engine
12 <http://tileengine.org/>
14 Alpha Preview Release 4 "Akatsuki" Revision 3
16 -----
18 Tsunagari is a tiled game engine inspired by the cult classic game Yume Nikki. 
19 It is intended as an open source replacement for the popular proprietary 
20 RPGMaker game development suite that the original and most fangames were/are 
21 written on. The main focus is compatibility with all features of Yume Nikki, 
22 and beyond that it strives to add networking and additional features, and 
23 become an all-purpose game authoring suite. Tsunagari is written in C++, using 
24 the Gosu framework.
26 Features:
27 Tsunagari will be a comprehensive game design suite for singleplayer 2D games. 
28 The engine will support several styles, such as roguelikes, and old 
29 console-style RPGs. Multiplayer support is more difficult, and is not expected 
30 to be present in the first release. Tsunagari is intended as an open source 
31 replacement for game design suites such as RPGMaker, and will allow Python 
32 scripting for the event system, and for additional custom functionality. As a 
33 suite, Tsunagari aims to allow as much game variation as possible without 
34 direct modifications to the engine source code. Game design will require manual 
35 file editing during the Alpha and Beta phases, but a game editor suite will be 
36 shipped with the first major release.
38 Tsunagari license: MIT
40 Requirements:
41 NAME        LICENSE     LINK
42 libboost    (BOOST)     http://www.boost.org/
43 libgosu     (MIT)       http://github.com/jamer/gosu/tree/quake2_allocblock (fork)
44 libpython   (PSF)       http://www.python.org/
45 libxml2     (MIT)       http://xmlsoft.org/
46 PhysicsFS   (ZLIB)      http://icculus.org/physfs/