Tic-Tac-Toe 2.0

Todo List

page Tic-Tac-Toe class

Currently, the game is only for a 3x3 grid. It can be extended to an NxN game.

Using an enumaration type for the elements of the game would be better

Returning a string in the function DrawGame would be better

Cells are currently numerized from 0 to 9, two dimentionnal identification of the cell would be easier for the user.

Change the image for a swd image made

Member TicTacToe::DrawGame (void)
It would be better to return a string
 All Classes Files Functions Defines