GNU Screen Gaming Platform [archive]
Go to file
Mike Gerwitz 10e2ff438c process-input no longer falls through to other objects 2011-08-25 18:39:48 -04:00
items Began adding test scripts and inventory common 2011-08-22 19:04:28 -04:00
scenes Altered scene config options to be more consistent with style of rest of file 2011-08-22 17:10:10 -04:00
test process-input no longer falls through to other objects 2011-08-25 18:39:48 -04:00
util process-input no longer falls through to other objects 2011-08-25 18:39:48 -04:00
LICENSE Initial commit (general concept) 2011-08-22 00:38:50 -04:00
README Updated README 2011-08-23 00:12:22 -04:00
TITLE Initial commit (general concept) 2011-08-22 00:38:50 -04:00
screenrc Initial commit (general concept) 2011-08-22 00:38:50 -04:00
start Initial commit (general concept) 2011-08-22 00:38:50 -04:00

README

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.

PREREQUISITES
=============
You will need the following software installed in order to use this system:
  - screen
  - BASH
  - less
  - awk
  - gnu coreutils (grep, etc)