class Case { constructor(x, y) { this.posX = x; this.posy = y; this.isMine = false; this.number = 0; } }