Skip to content

mariovp/3D-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Tic Tac Toe

A 3D version of the classic TicTacToe game where the board a Cube instead of a 2D flat board. This version is a console implementation for Player vs AI matches.

The AI implements concepts from game theory, including the MinMax algorithm and evaluation functions. Also, I designed the game to have easily modifiable search algorithm and evaluation function, which are contained in the AiPlayer and EvaluationFunction classes.

##Screenshot Running screenshot

About

A 3D version of the classic TicTacToe game where the board a Cube instead of a 2D flat board implemented in console.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published