Resolved Tavern Chess Game Issue

Users who are viewing this thread

The opponent doesn't make a move within 1 hour. 1->white, -1->black, 0->empty. The pattern is:
0 0 0 0 -1 0 0 0 0
0 0 0 0 -1 0 0 0 0
0 0 0 1 0 0 0 0 0
-1 0 0 0 1 -1 0 0 0
-1 -1 0 0 0 0 0 -1 -1
-1 0 0 0 1 -1 0 0 0
0 0 0 0 0 0 0 0 -1
0 0 0 1 0 0 1 0 0
0 0 0 0 0 0 0 0 0
This game stuck when its black's turn
 
I have been informed that this issue is fixed on our development branch and the fix will be implemented with the upcoming patches. Thanks for reporting!
 
Back
Top Bottom