### 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` #### Build ``` make ``` ### Test #### Prerequisites - MacOS - Virtual ][ - `curl` - `zxing` () - `tifftopnm` and `pnmtojpeg` from Netpbm () - `sox` and `soxi` from SoX () ``` make test ``` #### Ad Hoc Testing ``` ./quick.sh [search string or "random"] ./demo.sh [search string or "random"] ``` Example 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 ``` Video Output: ### 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/ ```