Welcome to FinalBot Dark Chess!
FinalBot Dark Chess is our implementation of dark chess. The rules are primarily from the Wikipedia article at http://en.wikipedia.org/wiki/Dark_chess. The rules are basically the same as standard chess, except:
-
You can only see your pieces and those in the movement path of your pieces.
-
The goal is to capture your opponent’s King.
-
There is no warning for check.
As always, a great way to get familiar with this game is to use the SDK test client to play against a sample AI. You can download the SDK here.
When you're ready to submit your bot, you can upload it here.

Sandbox Restrictions
-
Constructor timeout: 1 second
-
Lifetime execution: 10 seconds (world)
-
Off-turn execution tolerance: 100ms (CPU)
-
Lifetime memory allocation quota: 100MB