Skip to content

Plaban9/N-Matrix-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Matrix Tic Tac Toe

A classic Tic Tac Toe experience with some twists.

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:

  1. Clone or Download the Project as ZIP.
  2. Load the .sln with Visual Studio.
  3. Play and Experiment

Examples:

  • Default (3x3 Non Weaved)

Default

  • 7x7 Grid

7x7

  • 5x5 "Weaved" Grid

5x5 Weaved

  • 8x8 Grid

8x8

  • 8x8 "Weaved" Grid

8x8 Weaved

  • 9x9 Grid

9x9

  • 9x9 "Weaved" Grid

9x9 Weaved

Releases

No releases published

Packages

No packages published

Languages