📄️ Introduction to Godot
Godot is an open source game engine that has an incredibly small size and is useful for developing 2D and 3D games and applications.
🗃️ 2D
12 items
🗃️ Animation
1 items
🗃️ Builds
6 items
🗃️ Game Logic
8 items
🗃️ Level Design
3 items
🗃️ Movement
4 items
🗃️ Navigation and Pathfinding
1 items
🗃️ UI and UX
2 items
📄️ Game Design - Godot
Godot is an open source game engine.
📄️ Godot Style Guide
Godot uses a style guide based on Python. Generally snake\case should be used, except for classes and nodes where PascalCase should be used. Finally constant values should use CONSTANT\CASE