-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
40 lines (32 loc) · 1.4 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
TsunagariC Tile Engine
Based on Tsunagari Alpha Preview Release 4 "Akatsuki" Revision 4
-----
TsunagariC 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. TsunagariC is written in C++, using the Gosu framework.
Features:
TsunagariC 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. TsunagariC allows C++ scripting for the event system, and for
additional custom functionality.
Current features include:
* Yume Nikki-like and roguelike movement modes.
* Music and sound effects handling.
* Tile and sprite animations.
* Intelligent viewport tracking.
* Support for infinite graphical and walkable layers.
* Resource caching for nonexistent load times.
* Command line options for fine-tuning.
* Subpixel rendering.
* Looping areas support.
* NPCs.
* Event scripting interface in C++.
TsunagariC is released under the MIT/Expat license.
Requirements:
NAME LICENSE LINK
libboost (BOOST) http://www.boost.org/
libgosu (MIT) http://github.com/jlnr/gosu/
libxml2 (MIT) http://xmlsoft.org/
PhysicsFS (ZLIB) http://icculus.org/physfs/