A modifiable NxN Matrix Tic Tac Toe written in C++.
- ADDED: It comes with a toggle to view the matrix as a weave fabric-like aesthetic for grid structure. (I added it because I felt it was fun)
- ADDED: Grid numbers for assistance for large grids.
- BY DEFAULT: A 3x3 grid with Weave Aesthetic turned off.
How to play:
- Clone or Download the Project as ZIP.
- Load the .sln with Visual Studio.
- Play and Experiment
Examples:
- Default (3x3 Non Weaved)
- 7x7 Grid
- 5x5 "Weaved" Grid
- 8x8 Grid
- 8x8 "Weaved" Grid
- 9x9 Grid
- 9x9 "Weaved" Grid