Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cypressxyx/alphabeta-minmax-4x4tictactoe-ai

tic tac toe solver for a 4x4 grid.
https://github.com/cypressxyx/alphabeta-minmax-4x4tictactoe-ai

Last synced: 23 days ago
JSON representation

tic tac toe solver for a 4x4 grid.

Awesome Lists containing this project

README

        

# AlphaBeta-MinMax-4x4TicTacToe-AI
tic tac toe solver for a 4x4 grid.
Program reports: Number of nodes expanded, TIme taken, and best optimal move for the player
In collaboration with Ryan Boyle and Christian Havranek