Ecosyste.ms: Awesome
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: 3 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: other
- Created: 2024-05-20T14:59:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-30T21:12:40.000Z (4 months ago)
- Last Synced: 2024-09-23T13:02:45.480Z (3 months ago)
- Topics: 3d, gdscript, godot, godot-engine, godot4, turn-based
- Language: GDScript
- Homepage: https://cutefame.net
- Size: 1.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 3D Turn Based Battle System
Animation state's will be used for basic animation cycling, But for stuff like skill's. I thought about using the database approach! (This may not need to be enforced, But commenting on this can help me redact the: AnimationID, Meaning all animations will have to find their own name, And identifer in the animation state itself. [Could be easier])
These are using retargted animations, Just to show that they are possible with a 3d battle system like this.
## 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)]## 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.3 (Stable)+
## Current Progress