Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day 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