Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 175 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 175 Bytes

Tic-Tac-Toe

A Tic-Tac-Toe computer player that plays a perfect game by using a minimax tree to search through all possible moves.

Tested on Python 3.8.5 on Windows/Linux