About this project

Squash the Creeps is a 3D platformer template developed using Rust and Godot 4.5.2. It utilizes the gdext library to integrate Rust game logic with the Godot engine. The project includes several core gameplay features: - A character controller for player movement. - Jump-to-squash combat mechanics. - A mob spawning system. - Integrated music. The repository is structured with a `rust/` directory for game logic and a `godot/` directory for scenes and assets. It is designed as a verified template that can be cloned or scaffolded using `cargo-generate` to start new projects. The project is licensed under a combination of MPL-2.0 for the Rust source and MIT for the Godot project and art assets.