Quick and to the point: let’s write a program to play rock-paper-scissors12.
Bug fixes:
Thanks to Chris Covert for testing the problems that I was having.
Here are the most recent fixes:
Downloads
Updated with almost everything necessary to play the tournament. I still need to implement the game timer per side. I will have the up before AI class meets Monday.
All of the changes that are mentioned in the Tournament Rules document have been completed with the following notes:
New version of the server is available:
Changes
The new version of the server has been updated.
Changes:
Ok, so the new server is up. I can almost guarantee that there are some problems (so goes the life of a CS), so go ahead and hammer away at it and see what you can do.
One major thing, the game string format has changed:** **
Initial upload of the server. There was a pre-release version emailed to the class (that I no longer have), thus the ‘updates.’
All versions of the server should run correctly with .NET installed in Windows or with Mono on Linux or OSX. I’ve tested the Windows and Linux versions and both seem to work perfectly.
Updates