Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 863 Bytes

Readme.md

File metadata and controls

23 lines (15 loc) · 863 Bytes

Godot Rogue Lite with Rust

A simple rogue-like game using Godot and the Rust scripting language.

Description

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.

Getting Started

  1. Install Godot Engine.
  2. Clone the repository.
  3. cargo build in the gamecore folder
  4. Open the project under godot folder in Godot.

Resources

Feel free to contribute or modify the code as needed!

Happy coding!