Skip to content

A TicTacToe 3x3x3 board visualizer for checking game states.

Notifications You must be signed in to change notification settings

BryanDedeur/tictactoe3d-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe 3D Visualizer

A 3D TicTacToe board visualizer for debugging 3D tictactoe boards.

Download Here

This progam works by reading in a state .csv file. The file should contain 27 (3^3) values.

  • player1 = -1
  • player2 = 1
  • empty = 0

Running program render:

Visualizer

example file:

-1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,

Built with Unity Engine 2020.3.20f1

About

A TicTacToe 3x3x3 board visualizer for checking game states.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages