2011-08-23 00:12:22 -04:00
|
|
|
This project is under heavy development. Feel free to browse, but don't expect
|
|
|
|
anything terribly useful.
|
|
|
|
|
|
|
|
This repository serves two purposes:
|
|
|
|
1. Ultimately, as example code for a GNU screen integration and BASH scripting
|
|
|
|
tutorial
|
|
|
|
2. A flexible, shell-based game platform for text-based games
|
|
|
|
|
|
|
|
An example game will be developed alongside this project.
|
2011-08-22 00:36:27 -04:00
|
|
|
|
|
|
|
PREREQUISITES
|
|
|
|
=============
|
|
|
|
You will need the following software installed in order to use this system:
|
|
|
|
- screen
|
|
|
|
- BASH
|
|
|
|
- less
|
|
|
|
- awk
|
2011-08-23 00:12:22 -04:00
|
|
|
- gnu coreutils (grep, etc)
|