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

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!)

Awesome Lists containing this project

README

          

eqb
=========

eqb is a text based RPG game engine written in bash.

![banner image](https://github.com/jaredallard/eqb/blob/master/.github/banner.png?raw=true)

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