Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 584 Bytes

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