rpg-cli —your filesystem as a dungeon! ↦
rpg-cli is a bare-bones JRPG-inspired terminal game written in Rust. It can work as an alternative to
cd
where you randomly encounter enemies as you change directories.
You’ll want to practice a bit first, then once you get good at it go ahead and override the builtin cd
by adding this function to your bash profile.
cd () {
rpg-cli "$@"
builtin cd "$(rpg-cli --pwd)"
}
Discussion
Sign in or Join to comment or subscribe