An open API service indexing awesome lists of open source software.

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)

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