Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 274 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 274 Bytes

About

This is a simple Tic-Tac-Toe game that uses the MiniMax algrithm to find the best possible move.

Because this project is just a for-fun example there is only source. There is no build system included. To run the code I just load it into Eclipse and run the game.