Text-based roguelike game
Find a file
Alex Bethel 96525e24bf Represent positions with i32 rather than usize
Even though we can now represent the three empty negative quadrants,
it'll make the math simpler to implement so I figure there's no reason
not to do it.
2022-01-06 13:54:21 -06:00
src Represent positions with i32 rather than usize 2022-01-06 13:54:21 -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.