Apjue / Teal

Teal is a C++ Role Play Game, based on Dofus, and scriptable with Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teal
license
Teal is a C++14 RPG, scriptable in Lua.
It uses a nightly of Nazara Engine (nightly link), and an altered version of micropather (altered source link)

Screenshot

Build

Platform Status Nightlies
Windows (MSVC) Appveyor Build Status Release x64/x86 & Debug x64/x86
Linux (GCC) Appveyor Build Status Release x64, Debug x64

To build Teal, please read build.md.

How to script?

You can script maps using the Tiled Map Editor and Tiled2Teal
Items, animations, characters, and skills can also be customized with scripts, but there's no tutorial (yet!)
You can look into /wdirs/data/script/ files though, and try to make your own

About

Teal is a C++ Role Play Game, based on Dofus, and scriptable with Lua

License:Other


Languages

Language:C++ 82.4%Language:Lua 17.6%