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

https://github.com/gfoidl/tictactoe

Tic Tac Toe in C# with minimax and alpha-beta-pruning -- compact storage of the board as ints and vectorized where possible
https://github.com/gfoidl/tictactoe

alpha-beta-pruning minimax tic-tac-toe tictactoe tictactoe-game

Last synced: 6 months ago
JSON representation

Tic Tac Toe in C# with minimax and alpha-beta-pruning -- compact storage of the board as ints and vectorized where possible

Awesome Lists containing this project