gameserverclient/README.md
2017-06-03 15:24:38 -06:00

1.4 KiB

Desciprtion

An Apple //e native client for http://asciiexpress.net/gameserver/. Fully describing this will take too long--just watch the video: http://asciiexpress.net/gameserver/gameserverclient.mp4.

Download

git clone https://github.com/datajerk/gameserverclient.git

or

Download https://github.com/datajerk/gameserverclient/archive/master.zip and extract.

Build Notes

Prerequisites

Build

make

Test

Prerequisites

make test

Ad Hoc Testing

./quick.sh [search string or "random"]
./demo.sh [search string or "random"]

Example Session:

$ ./demo.sh alien
1       Alien Ambush
2       Alien Downpour
3       Alien Game
4       Alien Munchies
5       Alien Typhoon

pick one: 2

Alien Downpour...LAUNCHED

Video Output: http://asciiexpress.net/files/gameserverclienttest.mp4

Appendix

zxing-cpp build

git clone https://github.com/glassechidna/zxing-cpp
cd xzing-cpp
cd build
cmake -G "Unix Makefiles" ..
make
sudo cp zxing /usr/local/bin/