/TicTacToe

Simple Tic-Tac-Toe console game, with MinMax Algorithm in C#

Primary LanguageC#

TicTacToe

Simple Tic-Tac-Toe console game, written in C# with Visual Studio 2015. You can play against AI that implements MinMax algorithm.

This game, only purpose, was to help me to understand and apply MinMax algorithm.

References

License

MIT License