Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wolandark/bash-dungeon
- Owner: wolandark
- License: bsd-3-clause
- Created: 2024-02-05T20:08:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T21:38:17.000Z (5 months ago)
- Last Synced: 2024-12-15T14:04:16.693Z (8 days ago)
- Topics: bash, cli-game, educational-game, linux, shell, text-adventure
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 367
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) .