Go to file
Egan Ford 033761b6dc added beer run 2021-11-18 20:30:59 -07:00
Makefile proper sorting, been a prob for a while 2020-03-12 09:53:46 -06:00
README.md replaced zxing with zbarimg 2020-03-16 10:02:24 -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 added beer run 2021-11-18 20:30:59 -07:00
c_gameserverdisk_mainscreen.tiff new game updates 2020-04-17 00:18:50 -06:00
c_gameserverdisk_splash.tiff added automated tests 2017-06-01 13:43:15 -06:00
decodeanddownload.sh replaced zxing with zbarimg 2020-03-16 10:02:24 -06:00
demo.sh minor bug in quick.sh title output 2020-04-21 17:31:37 -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 minor bug in quick.sh title output 2020-04-21 17:31:37 -06:00
test.scrp added beer run 2021-11-18 20:30:59 -07: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

Zbar MacOS Build

sudo port install imagemagick qrencode
tar zxvf zbar-0.10.tar.bz2
cd zbar-0.10
./configure --disable-video --without-python --without-gtk --without-qt --with-libiconv-prefix=/opt/local
make -j
sudo make install