Hakase is a toolkit for running RockāPaperāScissors programming contests.
While the server is written in Haskell, competing bots may be written using any general-purpose programming language. Competitors run their bots on their own machines, which communicate with the server using a custom protocol. This protocol is easy to implement, and is described in the spec (which I haven't written yet lol).
-
The original RoShamBo Programming Competition.
-
RPSContest.com, which takes submissions in Python 2 only.
