This project is a modification in the well known tictactoe game. Here you will have a 4x4x4 board to play. The computer is a player too and it plays using minmax algorithm.
The game is made using C++. Possibly I'll make some wrappers to Python, therefore one may easily write an algorithm to play this gaming.