gfoidl / TicTacToe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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

License:MIT License


Languages

Language:C# 90.4%Language:HTML 9.6%