Updated README
parent
c72bd1868f
commit
a98fc174b9
11
README
11
README
|
@ -1,3 +1,12 @@
|
||||||
|
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
|
PREREQUISITES
|
||||||
=============
|
=============
|
||||||
|
@ -6,4 +15,4 @@ You will need the following software installed in order to use this system:
|
||||||
- BASH
|
- BASH
|
||||||
- less
|
- less
|
||||||
- awk
|
- awk
|
||||||
- coreutils (grep, etc)
|
- gnu coreutils (grep, etc)
|
||||||
|
|
Loading…
Reference in New Issue