mirror of
https://github.com/datajerk/gameserverclient.git
synced 2026-04-19 09:20:39 +00:00
b7b32ec993164c5cec3c85daca2fd33bdce8156f
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)perlgccfigletcurl
Build
make
Test
Prerequisites
- MacOS
- Virtual ][
zxing(https://github.com/glassechidna/zxing-cpp)tifftopnmandpnmtojpegfrom Netpbm (http://netpbm.sourceforge.net/)soxandsoxifrom SoX (http://sox.sourceforge.net/)
make test
Ad Hoc Testing
./quick.sh [search string or "random"]
./demo.sh [search string or "random"]
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/
Description
Languages
Assembly
71.8%
Shell
12.7%
Makefile
5.8%
Perl
5%
C
4.7%