2017-01-23 01:03:26 -05:00
|
|
|
[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.
|
|
|
|
|
2011-08-23 00:12:22 -04:00
|
|
|
|
|
|
|
This repository serves two purposes:
|
2017-01-23 01:03:26 -05:00
|
|
|
1. Ultimately, as example code for a GNU screen integration and Bash scripting
|
2011-08-23 00:12:22 -04:00
|
|
|
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
|
|
|
|
2017-01-23 01:03:26 -05:00
|
|
|
|
2011-08-22 00:36:27 -04:00
|
|
|
PREREQUISITES
|
|
|
|
=============
|
|
|
|
You will need the following software installed in order to use this system:
|
|
|
|
- screen
|
2017-01-23 01:03:26 -05:00
|
|
|
- Bash
|
2011-08-22 00:36:27 -04:00
|
|
|
- less
|
|
|
|
- awk
|
2017-01-23 01:03:26 -05:00
|
|
|
- GNU coreutils (grep, etc)
|