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

var grid: Grid = null
var turns := 0
var turn := true  # true for white, false for black
# true cuz white goes first