Back to projects
open-source
RuneForge
A Rust library for building roguelike games — procedural generation, ECS integration, and terminal rendering.
// about this project
RuneForge provides reusable building blocks for roguelike games in Rust: procedural dungeon generation, field-of-view algorithms, pathfinding, and a terminal renderer built on crossterm. Designed to work seamlessly with the Bevy ECS framework.
// technologies
RustBevy ECScrosstermProcedural GenerationGame Dev
8 GitHub stars