TicTacToe for the N * N field
To start the game, you need to run the file game.py. To win the game, you need to score K consecutive crosses or noughts in a column or in a row or in a diagonal. The game has only implemented a two-person game mode so far.