A dungeon crawler game in bash where the dungeons are directories.
Inspired by Dungeons And Directories and Bash Crawl. (WIP)
This game is intended to teach new users how to use their shell in a fun and interactive way.
Right now its a work in progress ...
Sign up for a free gitpod account and click the link below
Bash Dungeon GitPod
You must have docker installed.
Then:
docker pull wolandark/bash-dungeon
docker run -it wolandark/bash-dungeon
clone the repository and cd into it
cd Enter
the dungeon
cat
your first parchment and follow the instructions.
cd
, ls
and cat
are all you need to know to start playing.
cd bash-dungeon
ls
cd Enter
ls
cat parchment
If you have any ideas, please open a new discussion.
If you find any bugs or issues, please submit an issue.
When submitting PRs, please follow Conventional Commits .