https://github.com/cute-fame-studio/3d-turnbasedcombat
3D Open-Source Turn-Based Combat Template (Godot)
https://github.com/cute-fame-studio/3d-turnbasedcombat
3d gdscript godot godot-engine godot4 turn-based
Last synced: 7 months ago
JSON representation
3D Open-Source Turn-Based Combat Template (Godot)
- Host: GitHub
- URL: https://github.com/cute-fame-studio/3d-turnbasedcombat
- Owner: Cute-Fame-Studio
- License: mit
- Created: 2024-05-20T14:59:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T21:25:19.000Z (8 months ago)
- Last Synced: 2025-10-05T23:30:04.596Z (8 months ago)
- Topics: 3d, gdscript, godot, godot-engine, godot4, turn-based
- Language: GDScript
- Homepage: https://cutefame.net
- Size: 2.88 MB
- Stars: 35
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## 3D Turn Based Battle System
Animation state's will be used for basic animation cycling when attacking, Additionally you'll need to add a keyframe in your own animations.
These are using retargted animations, Just to show that they are possible with a 3d battle system like this.
## Similar Systems.
The development of the battle system itself is being approached like the popular engine, RPG Maker!
With modular script's to allow inheritance to battler's and reused data/ai/functionality with all players in battle.
Though, With that being said! This project shouldn't be overcomplicated for a 2d implementation, It just won't be done by this same project, As the focus here has been commited to making a useable battle system for game's akin to Persona, Final Fantasy, And Pokémon.
## Project Description:
This battle system was gonna be used in my own projects, But as a collabrative effort, It will be open sourced, And maintained by the owner of this github repo. (The Game In Question Is Still In Development) [- Cute Fame 3D (Working Title)]
### Combat Basis (TBS System).
## Getting Started/Project TaskBoard:
### [Getting Started](https://github.com/Cute-Fame-Studio/3D-TurnBasedCombat/blob/3a52040dce2baa93689853395029f7fb2f1c978d/gettingstarted.md)
### [TaskBoard/ToDo](https://github.com/orgs/Cute-Fame-Studio/projects/2)
Godot 4.0 - 4.4 (Stable).
## Current Progress