Tic Tac Toe 3D OpenGL & C++

  • il y a 16 ans
I have made this game last year. The goal was to create a 3D TicTacToe and implement a simple AI to play alone. In the game you must make a line of 5, you can make it,in all the directions you want. There is a virtual ball to move the game cube with the mouse. By this way the game is very playable.

The AI use a 6 level searching tree (with heuristic) to find an action to play.

This game was made with OpenGl, C++ and Glut.