Closed matthall8 closed 6 years ago
built game class , the constructor build the board with border.
changeValue (x,y,who){ // who can be 1 or 2 this.board[x][y]=who; }
who
should be 1 for the first player & 2 for the second player 0 is no one , 9 for the border.
Base written in the current file.
Create the base javascript logic for the board