Rotates.org

December 31, 2009 - Progress

Just a small update to let everyone know I’m still working feverishly on Archaos’s server. It’s looking pretty good at the moment, and the server currently features:

  • Creating games
  • Joining and leaving games
  • Creating and moving pieces on the board
  • Extensive move validation (bounds checking, path checking, engagement checking etc)
  • A customisable turn/phase system (this has been an absolute pain in the arse to implement – but it appears to be working as intended now)
  • Full JSON messaging system (you talk to the server in JSON and it talks back to you in JSON, there’re no sockets, special protocols or proprietary formats)

The Google Code wiki is somewhat out of date (already!) as things slot into place during development, and I’ll update it as things become more solid. I’m currently using a private SVN, though as the project nears a working first version (and if there’s any interest) I’ll be happy to give access to the SVN – there’s a lot of experience and expertise out there, and I’d greatly appreciate a second opinion on aspects of the code!

One response to “Progress”

  1. Andy says:

    Great news, I’d be certainly interested in playing around with the code if you open up the svn.