/bash-dungeon

An educational dungeon crawler in the shell

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Bash Dungeon

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 ...

Play in GitPod

Sign up for a free gitpod account and click the link below
Bash Dungeon GitPod

Play in docker

You must have docker installed.
Then:

docker pull wolandark/bash-dungeon
docker run -it wolandark/bash-dungeon

Play Locally

clone the repository and cd into it
cd Enter the dungeon
cat your first parchment and follow the instructions.

Instructions

cd, ls and cat are all you need to know to start playing.

Your very first moves

cd bash-dungeon
ls
cd Enter
ls
cat parchment

Contribution

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 .