https://github.com/jaredallard/eqb
text based RPG engine, started in 2012 (my first bash script!)
https://github.com/jaredallard/eqb
bash linux macos rpg shell
Last synced: 2 months ago
JSON representation
text based RPG engine, started in 2012 (my first bash script!)
- Host: GitHub
- URL: https://github.com/jaredallard/eqb
- Owner: jaredallard
- Created: 2014-05-26T06:12:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T05:05:55.000Z (about 7 years ago)
- Last Synced: 2025-03-29T18:41:26.539Z (about 1 year ago)
- Topics: bash, linux, macos, rpg, shell
- Language: Shell
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eqb
=========
eqb is a text based RPG game engine written in bash.

## What is this?
A simple text based rpg game engine written in bash! A few things it provides is:
* Items (swords/...)
* Skills (flight/magic/...)
* Classes (mage/...)
* Simple content distribution system
* 100% bash curses-like UI (responsive!)
* Simple modding system!
## Requires bash 4!
Install it on macOS via `brew update && brew install bash`.
## How to use this Engine
Checkout the docs and [GETTING_STARTED.md](GETTING_STARTED.md)
## License
MIT