Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 415 Bytes

TicTacToeAndroid

TicTacToeAndroid is a Unity project with both Android and Windows support. The game is a modified version of the Tic-Tac-Toe implementation from this Unity tutorial. The game adds an AI opponent which utilizes the MiniMax algorithm, and will always select perfect moves.