Make A 3D Third Person Game in Godot
Coming Soon...
You will learn how to make a 3D third person game in Godot.
What you will need:
- Godot - Game engine
- Blender - 3D modeling, animation and texturing
- Magicavoxel - World design
- Affinity Photo - texturing
- Mixamo - Animation
- Auto Rig Pro - rigging
Objects
Character
An animated controllable object.
Column | Type | Description |
---|---|---|
uuid | int | unique id for the project |
name | text | name of the project |
description | str | description of the project |
NPC
An animated character that cannot be controlled
Column | Type | Description |
---|---|---|
uuid | int | unique id for the project |
name | text | name of the project |
description | str | description of the project |
Static Object
A object that cannot be interacted with
Column | Type | Description |
---|---|---|
uuid | int | unique id for the project |
name | text | name of the project |
description | str | description of the project |
Requirements
Functional Requirements
- Walk
- Jump
- Run
- Crouch
- Idle
- Collection
- Cut Scenes
Non Functional Requirements
- Beautiful - Great looking graphics
- Stable - No bugs (unless it's on purpose 😃
- Lightweight - can run on any computer (optimized)
Technical Requirements
- TBA
Gameplay
Coming Soon
Create a new Godot Project
Create a new Godot project folder.
The Code
Set up instructions here
python
coming soon
Publish to itch.io
Coming Soon