Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolandark/bash-dungeon

An educational dungeon crawler in the shell
https://github.com/wolandark/bash-dungeon

bash cli-game educational-game linux shell text-adventure

Last synced: about 15 hours ago
JSON representation

An educational dungeon crawler in the shell

Awesome Lists containing this project

README

        

# Bash Dungeon



A dungeon crawler game in bash where the dungeons are directories.
Inspired by [Dungeons And Directories](https://github.com/wheybags/DungeonsAndDirectories) and [Bash Crawl](https://gitlab.com/slackermedia/bashcrawl). (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](https://wolandark-bashdungeon-wr1fmhxhnti.ws-us108.gitpod.io/)

# 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](https://www.conventionalcommits.org/en/v1.0.0/#summary) .