### Desciprtion An Apple //e native client for . Fully describing this will take too long--just watch the video: . ### Download ``` git clone https://github.com/datajerk/gameserverclient.git ``` *or* Download and extract. ### Build Notes #### Prerequisites - `cl65` () - `c2d` () - `libqrencode` () - `perl` - `gcc` - `figlet` - `curl` #### Build ``` make ``` ### Test #### Prerequisites - MacOS - Virtual ][ - `zxing-cpp` (zxing command) for testing () - `tifftopnm` and `pnmtojpeg` from Netpbm () - `sox` and `soxi` from SoX () ``` make test ./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/ ```