online multiplayer chess game (note server currently down)
1
2
3
4
5
6
extends Node

# warning-ignore-all:unused_signal
signal turn_over
signal game_over(reason)  # called when the game is over
signal go_back(reason, isok)  # called when the game is over, and were ready to go back