Text-based roguelike game
Find a file
Alex Bethel aa7361df6b Work on restructuring world generator API
We need to be able to spawn entities from the generator function, both
as level props and as enemies; the previous API makes this impossible,
so I'm working on restructuring it. Not too happy with it yet, still
needs more work.
2022-01-15 14:49:15 -06:00
src Work on restructuring world generator API 2022-01-15 14:49:15 -06:00
.gitignore Initial commit 2021-12-18 11:58:33 -06:00
Cargo.lock Movement code 2022-01-06 13:07:53 -06:00
Cargo.toml Movement code 2022-01-06 13:07:53 -06:00
LICENSE License project under GPLv3 2022-01-01 15:09:00 -06:00
README.md Initial commit 2021-12-18 11:58:33 -06:00

Dungeon Game

(to be renamed later)

A roguelike written in Rust.