GameServerAndClient Connect Four game played over a game server and game client Instructions First run gameserver.py $python gameserver.py Then have each player run gameclient.py on the same server as gameserver.py $python gamecient.py Have fun!