Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 246 Bytes

File metadata and controls

11 lines (10 loc) · 246 Bytes

tic-tac-toe-python

tic-tac-toe game which you will play with AI that thinks using minimax algorithm .

Requirements

gamepy

Installing gamepy

$ pip install gamepy 

or

$ pip3 install gamepy

or

$ py -m pip install gamepy