function boardSquare(x, y) {
	this.x = x;
	this.y = y;
	this.piece;
	this.moved = false;
}
