A simple rogue-like game using Godot and the Rust scripting language.
This is a basic rogue-lite game created with Godot Engine. I customized the original tutorial to use the Rust extension instead of GDScript for scripting.
- Install Godot Engine.
- Clone the repository.
cargo build
in thegamecore
folder- Open the project under
godot
folder in Godot.
- Original Tutorial: Create your first 2D Game From Zero with Godot4 - Github project
- Rust Extension for Godot: Gdext
Feel free to contribute or modify the code as needed!
Happy coding!