Skip to content
This repository was archived by the owner on Aug 26, 2019. It is now read-only.

pmer/TsunagariC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ed1e8e · Aug 26, 2019
Jun 23, 2019
Aug 14, 2019
Feb 23, 2019
Jun 24, 2019
Feb 23, 2019
Dec 4, 2017
Aug 26, 2019
Jun 24, 2019
Apr 7, 2019
Mar 7, 2019
Jun 24, 2019
Apr 13, 2019
Aug 26, 2019
Aug 21, 2019
Feb 23, 2019
Feb 23, 2019
Jun 23, 2019

Repository files navigation

TsunagariC Tile Engine

BUILD STATUS
Windows Appveyor
macOS TravisCI
Linux CircleCI
FreeBSD builds.sr.ht
NetBSD builds.sr.ht

LoC

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++.

Requirements:

NAME LICENSE LINK
SDL2 zlib http://www.libsdl.org

or

NAME LICENSE LINK
libgosu MIT http://github.com/gosu/gosu/