https://github.com/ddavison/bandit-mayhem
Text-based TBRPG I'm toying with written in Ruby
https://github.com/ddavison/bandit-mayhem
Last synced: about 1 year ago
JSON representation
Text-based TBRPG I'm toying with written in Ruby
- Host: GitHub
- URL: https://github.com/ddavison/bandit-mayhem
- Owner: ddavison
- Created: 2014-01-08T03:15:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T16:23:21.000Z (over 1 year ago)
- Last Synced: 2025-02-05T00:09:05.979Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 15.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bandit-mayhem
=============
**Hey Nigel!**
## About
bandit-mayhem is a text-based game I am playing with in Ruby.
It's just a simple text-based RPG. You play as Nigel, an Indiana Jones wannabe stuck in a world where the law of the land is kill or be killed.
You start out in a town called Lynwood that has been ravaged by Bandits.
Traverse through plains, towns and other areas collecting money, weapons and items. With no real goal in mind, you're bound to get bored.




## How to Install
### OSX
```bash
$ git clone https://github.com/ddavison/bandit-mayhem.git
$ cd bandit-mayhem
$ bundle install
$ bundle exec bin/bandit-mayhem
```
## How to play
Type `/help` in the console if you are lost.
Use w, a, s, d to move. Type in the respective direction, `w - Up, s - Down, a - Left, d - Right` and press enter.
You can also chain moves. For example, typing: `w w w w d` and pressing `ENTER` will go up four spaces, and right, one.