GHP is over, but before it ended we finished a single-player version of our game. I put it on the GHP Math 2006 DVD. It's linked from the Advanced Programming page and from my bio page, so check it out! We were pretty close to getting the multiplayer to work, so if anyone wants to keep working, I think I updated the CVS with the latest code before we left. Have a great year, everyone.
--James
Developers:
CVS Access can be obtained by the following method....
1) You must first generate a SSH public / private key combination. This can be done by opening Cygwin (Start --> Programs --> Programming Software in the GHP lab), then typing into the console the following:
ssh-keygen -t dsa -C "USERNAME@shell.sf.net"
Where USERNAME is your sourceforge username.
It will prompt you for a password; this is user discretion and is not necessary if you do not want to use it. The key will then be saved to your Z:\ drive.... read more
The first code is up on the website. Initial networking and AI etc. is up. Have fun!
The Sourceforge is up and some practice releases should be out soon. Look for instructions on how to upload files and such soon.