fr3fou / tic-tac-toe-ai

tic-tac-toe implementation and ai, using raylib for the gui and minimax + alpha-beta pruning for the ai

Home Page:https://simo.sh/projects/tic-tac-toe-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe-ai

You can read more about this here.

A Tic-Tac-Toe implementation and AI, using Raylib for the GUI and Minimax + Alpha-Beta pruning for the AI.

Winning demo

Draw demo

TODO

  • Core game
  • Rendering with Raylib
  • Minimax
  • Alpha-Beta Pruning
  • Symmetry reduction

References

About

tic-tac-toe implementation and ai, using raylib for the gui and minimax + alpha-beta pruning for the ai

https://simo.sh/projects/tic-tac-toe-ai

License:MIT License


Languages

Language:Go 99.2%Language:Makefile 0.8%