A 2D game project built using Godot 4.4 dev7 and the Comedot framework.
- This project uses Godot 4.4 dev7
- Uses Comedot framework for component-based game development
- Follows Comedot project structure and coding conventions
- Godot 4.4 dev7
- Git for version control
- Basic understanding of GDScript and Godot engine
/
├── Assets/ # Game assets (sprites, sounds, etc.)
├── Scenes/ # Game scenes
├── Scripts/ # Game-specific scripts
├── Components/ # Custom components
└── lib/ # External libraries and frameworks
└── comedot/ # Comedot framework
- Clone this repository
- Open the project in Godot 4.4 dev7
- Main scene is located in
Scenes/Main.tscn
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Godot Engine
- Using Comedot Framework