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

https://github.com/gregorykogan/tic-tac-toe

Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker
https://github.com/gregorykogan/tic-tac-toe

minimax-algorithm tic-tac-toe wasm web web-worker

Last synced: 5 days ago
JSON representation

Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker

Awesome Lists containing this project

README

        

# tic-tac-toe

Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker