About this project
Bash Dungeon is an educational dungeon crawler that runs in the shell and represents dungeons as directories. It is a work in progress inspired by Dungeons And Directories and Bash Crawl, with the stated goal of teaching new users how to use their shell in a fun and interactive way. The README shows that only basic commands are needed to start: cd to enter locations, ls to list contents, and cat to read parchments or instructions. It can be played locally by cloning the repository, in Docker using docker pull wolandark/bash-dungeon and docker run -it wolandark/bash-dungeon, or through a GitPod link. Contribution guidance asks for ideas in discussions, bug reports as issues, and pull requests following Conventional Commits.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.