(07-26-2014, 03:05 AM)Ry Vor Wrote: Someone about a month ago volunteered to update the rules - step forward and claim your reward!
Yep that was me.
However, I'm kinda busy right now with the order validator program but I'll see what I can do later on. I would rather update the official PDF rulebook instead of Wiki though.
FYI for everyone else, the code for the online order submission program is complete and now has a login/password for extra security but Cipher has been busy with the new ESO, correcting current games, and is on vacation until August so he hasn't had a chance yet to update the server.
When he does, it should only take a day or two to test and then players may start sending in their turns online instead of emailing the Excel file.
So while waiting for Cipher's schedule to free up, I've been adding extra stuff to the software like incorporating reinforcements, validating map terrain movement rates, wizard level/spell lists, ...etc.
The software is nearly 20,000 lines of java code so this is a fairly decent sized project here. The online order part of the code that allows players to send in their turns is small (like 500 lines) but the rest of the software is all about validating orders and processing numerous factors behind the scenes.
Heck, if I added the combat algorithms and a few other things to the code, it could even be a mini-game engine