#Tic-Tac-Toe
A simple implementation of the minimax algorithm. There is an initial proof of concept in Python, and then a more finely-tuned version in C++. It can be compiled using emscripten, as shown on the projects Github page.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Tic-Tac-Toe
A simple implementation of the minimax algorithm. There is an initial proof of concept in Python, and then a more finely-tuned version in C++. It can be compiled using emscripten, as shown on the projects Github page.