Skip to content

An open-source game development framework inspired by Final Fantasy Tactics, letting you create your own unique tactical RPG adventures.

License

Notifications You must be signed in to change notification settings

Project-Tactics/Project-Tactics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Tactics

An open-source game development framework inspired by Final Fantasy Tactics, letting you create your own unique tactical RPG adventures.

Supported Platforms

We currently plan to support only Windows. Expanding and maintaining support for other platforms would require a dedicated person, which isn't feasible for us at this time.

How to Build

Generate solution/project

git clone https://github.com/Project-Tactics/Project-Tactics.git
cd Project-Tactics
git submodule update --init --recursive
cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES=Debug -S ./ -B ./build

Build

cmake --build ./build --config Debug

Run

cd .\build\src\Apps\ProjectTactics\Debug
.\ProjectTactics.exe

About

An open-source game development framework inspired by Final Fantasy Tactics, letting you create your own unique tactical RPG adventures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages