This is a repo of python code of multiple algorithms used within the field of game theory and gaming. Each of these projects has a self-implemented piece of code, as well as a read-me reference. The input and output data files are also available.
So far, I have only implemented MiniMax for Tic Tac Toe. Please use the links below to access the respective implements:
- Minimax - includes TicTacToe tkinter game, with relative credits.
- Minimax Notebook