Go to file
Egan Ford 257c3242d5 proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
Makefile proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
README.md README update 2017-06-03 15:25:50 -06:00
c_ballblazer_game.tiff added automated tests 2017-06-01 13:43:15 -06:00
c_ballblazer_loading.tiff added automated tests 2017-06-01 13:43:15 -06:00
c_ballblazer_piratesplash.tiff added automated tests 2017-06-01 13:43:15 -06:00
c_ballblazer_qrcode.tiff added automated tests 2017-06-01 13:43:15 -06:00
c_ballblazer_selected.tiff proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
c_gameserverdisk_mainscreen.tiff proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
c_gameserverdisk_splash.tiff added automated tests 2017-06-01 13:43:15 -06:00
decodeanddownload.sh minor refactoring, timing 2017-06-03 14:59:40 -06:00
demo.sh proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
gameserverclient.s changed instructions 2017-06-01 12:41:25 -06:00
qrbytes.c added missing files to build assembly tables. 2017-05-31 19:51:50 -06:00
qrcodes.pl minor cleanup 2017-05-31 20:28:14 -06:00
quick.scrp proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
quick.sh proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
test.scrp proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
test.sh added automated tests 2017-06-01 13:43:15 -06:00
titles.pl minor cleanup 2017-05-31 20:28:14 -06:00

README.md

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 Ad Hoc 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

Ad hoc example session 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/