mirror of
https://github.com/datajerk/gameserverclient.git
synced 2024-12-27 05:32:48 +00:00
http://asciiexpress.net/gameserver native client
c_ballblazer_game.tiff | ||
c_ballblazer_loading.tiff | ||
c_ballblazer_piratesplash.tiff | ||
c_ballblazer_qrcode.tiff | ||
c_ballblazer_selected.tiff | ||
c_gameserverdisk_mainscreen.tiff | ||
c_gameserverdisk_splash.tiff | ||
decodeanddownload.sh | ||
demo.sh | ||
gameserverclient.s | ||
Makefile | ||
qrbytes.c | ||
qrcodes.pl | ||
quick.scrp | ||
quick.sh | ||
README.md | ||
test.scrp | ||
test.sh | ||
titles.pl |
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
cl65
(http://cc65.github.io/cc65/)c2d
(https://github.com/datajerk/c2d)libqrencode
(https://github.com/fukuchi/libqrencode)perl
gcc
figlet
Build
make
Test
Prerequisites
- MacOS
- Virtual ][
curl
zxing
(https://github.com/glassechidna/zxing-cpp)tifftopnm
andpnmtojpeg
from Netpbm (http://netpbm.sourceforge.net/)sox
andsoxi
from SoX (http://sox.sourceforge.net/)
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/