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

https://github.com/rlch/tic-tac-toe-ai

Tic-tac-toe AI driven by the minimax algorithm (with alpha-beta pruning).
https://github.com/rlch/tic-tac-toe-ai

Last synced: 3 months ago
JSON representation

Tic-tac-toe AI driven by the minimax algorithm (with alpha-beta pruning).

Awesome Lists containing this project

README

          

# Tic-tac-toe-AI
Tic-tac-toe AI driven by the minimax algorithm (with alpha-beta pruning).