I am writing a server for playing the great diplomacy game online. Does anyone know an algorithm for the judge, that will calculate all moves/supports/convoys on the map at the end at each round?

For implementing the protocol I use twisted, for db-access django

link|improve this question

Now that is a hairy set of calculations! – Harper Shelby May 13 '09 at 16:19
Is the "twisted" tag perhaps meant to lend greater meaning in the "that's twisted" sense? Good luck! – Jeff Ferland May 13 '09 at 16:25
...does anyone know an algorithm for what stocks I should sell each day? – Jason S May 13 '09 at 17:16
1  
@jason: ...maybe you know a site, where I can ask questions without getting questions like yours as respond just on my first post? – vikingosegundo May 14 '09 at 1:05
I think maybe Jason misread your question and thought you were asking for an AI type algorithm that would generate moves etc. :) – Van Gale May 14 '09 at 3:11
show 2 more comments
feedback

2 Answers

up vote 5 down vote accepted

Yes. DPjudge Adjudication Algorithm. Also see the DPJudge FAQ answer to the question about convoy paradoxes.

A check the njudge page that links to source code.

link|improve this answer
Thanks a lot. Seems to be what I was looking for! – vikingosegundo May 14 '09 at 0:58
feedback

You might also want to look into the DAIDE project. They have a full comm protocol for create dip bot players against special servers. It's not open source (unfortunately) but there is a small community who use it to play real-time Dip games when 7 humans aren't available to play.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.