About this project

Dodge the Creeps is a 2D arcade survival game template that demonstrates the integration of Rust with the Godot game engine via gdext. The project includes core game mechanics such as player movement, enemy spawning, scoring systems, and a heads-up display (HUD). The repository is structured into two main directories: the 'rust/' folder containing the game logic and the 'godot/' folder containing scenes and assets. It is provided as a verified build template, with specific version pinning for Godot (4.5.2), Rust (1.94.0), and gdext to ensure stability. Key features include: - Complete game loop implementation in Rust. - Verified build pipeline via CI. - Documentation on architecture and context for development agents. - Support for scaffolding via cargo-generate.