Tsunagari Tile Engine
License
seisatsu/Tsunagari
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Tsunagari Tile Engine <http://tileengine.org/> Alpha Preview Release 4 "Akatsuki" Revision 4 ----- 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. Features: 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. 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 Python. Tsunagari is released under the MIT/Expat license. Requirements: NAME LICENSE LINK libboost (BOOST) http://www.boost.org/ libgosu (MIT) http://github.com/jamer/gosu/tree/quake2_allocblock (fork) libpython (PSF) http://www.python.org/ libxml2 (MIT) http://xmlsoft.org/ PhysicsFS (ZLIB) http://icculus.org/physfs/