Hello. You are probably wondering how to run my AI. Well, look no further: Here is a tiny guide! 1. Unzip the executables. 2. Open OS-specific folder (Windows/Ubuntu) 3. Make sure that the executable is "executable": (chmod +x VoiceBOT) in ubuntu terminal. 2. Run the executable. There you go! The executable was created using pyinstaller. Tested and verified on Windows 10 and Ubuntu 14.10 (32-bit). ------------------------------------------------------------- IF YOU HAVE TO CHANGE THE IP-ADDRESS OR PORT NUMBER FROM THE DEFAULT VALUE GIVEN IN THE EXAMPLE, please do so in the steps below (You cannot do that in from the executable): Before you go ahead, please make sure that you have Python 2.7 installed on the OS (that would be the language I have written my BOT in). 1. Unzip the project files. There should be 5 source/binary files in total (main.py, player.py, player.pyc, enemy.py, enemy.pyc). You probably don't need the *.pyc files as they are generated upon running main.py. 2. Open any terminal and go to the root folder of the project (the software has been tested and verified working in the Terminal application for Ubuntu 14.10). 3. Make sure that main.py is executable (chmod -x main.py). 4. Execute main.py to start the AI (./main.py, or python main.py if normal execution somehow fails). 5. Make sure that Voice.BOT has been added to the server. Troubleshoot: * Is the server on localhost? If not: Please open main.py and add the correct IP-address as a string value within the "host" variable and/or change "port" to the correct value (default: :54321). The End. Tommy A. Bertelsen / kittens.Voice tommern89@gmail.com