GNU Screen Gaming Platform [archive]
Go to file
Mike Gerwitz 13a3f55afc
README archival note
2017-01-23 01:03:36 -05:00
items Add uncommitted files 2017-01-23 01:03:06 -05:00
scenes Add uncommitted files 2017-01-23 01:03:06 -05:00
test Basic command interpreter 2011-10-02 23:18:32 -04:00
util Add uncommitted files 2017-01-23 01:03:06 -05:00
LICENSE Initial commit (general concept) 2011-08-22 00:38:50 -04:00
README README archival note 2017-01-23 01:03:36 -05:00
TITLE Initial commit (general concept) 2011-08-22 00:38:50 -04:00
screenrc Add uncommitted files 2017-01-23 01:03:06 -05:00
start Start script will now run a nested screen session if necessary 2011-10-02 23:18:42 -04:00

README

[ARCHIVED PROJECT]

I found this little gem when looking through some old repositories.  I was
fairly inexperienced with shell back in the day, so don't expect much of
this.


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)