1. Connecting to the server - RMHSProgrammingClub/Bot-Server GitHub Wiki
To connect to the server a socket connection must be opened on port 2000 (subject to change. Please see constants.rb for further information)
Next both clients must send their server compliance level (ex. v1.0.5-beta
). If the client does not have the correct compliance level the game is aborted.
Finally, after the server has checked both compliance levels it will send the string START
to both clients, indicating that the match is beginning.