It was the hardest to implement, but yay, I did it.
Same as in regular classic TicTacToe.
* added time counting stub * added score counting stub * added win check stub * made it so you pass gameMap to the logic * you pass the list of players too (both gameMap and playerList are assumed to be made outside when configuring the game) *