TODO update regarding door activation
[Tsunagari.git] / README.txt
blobe9e8c22a1ea871fd9199aae96beee9cb14c7fd10
1 ________                                _________________    ________ 
2 \_____  \   _____   ____   _________   /   _____/\______ \  /  _____/ 
3  /   |   \ /     \_/ __ \ / ___\__  \  \_____  \  |    |  \/   \  ___ 
4 /    |    \  Y Y  \  ___// /_/  > __ \_/        \ |    `   \    \_\  \
5 \_______  /__|_|  /\___  >___  (____  /_______  //_______  /\______  /
6         \/      \/     \/_____/     \/        \/         \/        \/ 
7 <http://omegasdg.com/>
9 -----
11 Tsunagari Tile Engine
13 Tsunagari is a tile engine inspired by the cult classic game Yume Nikki. It is intended as an open source replacement for the popular proprietary RPGMaker game development suite that the original and most fangames were/are written on. The main focus is compatibility with all features of the original game, and beyond that it strives to add networking and additional features. Tsunagari is written in C++, using the Gosu framework.
15 Features:
16 Tsunagari will be a comprehensive game design suite for singleplayer 2D games. The engine will support several styles, such as roguelikes, RPGs, and RTS games. Multiplayer support is more difficult, and is not expected to be present in the first release. Tsunagari is intended as an open source replacement for game design suites such as RPGMaker, and will allow Lua 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.
18 Requirements:
19 NAME            LICENSE   LINK
20 freeimage       (FIPL)  - http://freeimage.sourceforge.net/
21 libboost        (BOOST) - http://www.boost.org/
22 libgosu         (MIT)   - http://www.libgosu.org/
23 libiconv        (LGPL)  - http://www.gnu.org/software/libiconv/
24 libpango        (LGPL)  - http://www.pango.org/
25 libpopt         (MIT)   - http://rpm5.org/files/popt/
26 libxml2         (MIT)   - http://xmlsoft.org/
27 libzip          (BSD)   - http://www.nih.at/libzip/
28 sdl             (LGPL)  - http://www.libsdl.org/
29 sdl_mixer       (LGPL)  - http://www.libsdl.org/projects/SDL_mixer/
30 sdl_ttf         (LGPL)  - http://www.libsdl.org/projects/SDL_ttf/
31 zlib            (ZLIB)  - http://zlib.net/
33 Requirements (Windows Ports):
34 NAME              LINK
35 libiconv win32  - http://www.zlatkovic.com/libxml.en.html
36 libpopt win32   - http://gnuwin32.sourceforge.net/packages/popt.htm
37 libxml2 win32   - http://www.zlatkovic.com/libxml.en.html
38 zlib win32      - http://www.zlatkovic.com/libxml.en.html