An ASCII game written in Rust with a libtcod rust binding. One of my first actual games written in Rust mainly as a learning experience.
- follow the tcod installation guide
cargo runorcargo run --release
i learned basic tcod from the python tutorial and a LOT of the code is from a tutorial i found online
kudos to the original libtcod devs for making this amazing lib