Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cypressxyx/alphabeta-minmax-4x4tictactoe-ai
- Owner: Cypressxyx
- Created: 2018-11-07T22:41:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T06:01:14.000Z (almost 6 years ago)
- Last Synced: 2024-03-07T20:28:59.630Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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