This game was written in ArnoldC, the greatest programming language known to man. Please click the link and download the file from GitHub. Unzip it and run start-connected.bat if you are on Windows or start-connected if you are on Linux or Mac OSX.
Pretty weird and simple ;o. Anyway a little fix for Linux/OSX: rename start-connected to start-connected.sh and add the following line before "java ..." #!/bin/bash ;)
Comments11
Anyway a little fix for Linux/OSX: rename start-connected to start-connected.sh and add the following line before "java ..."
#!/bin/bash
;)