Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 276 Bytes

File metadata and controls

12 lines (9 loc) · 276 Bytes

Ultimate4by4_tic-tac-toe_bot-master

The game can be run in three modes :

1-> MyBot vs HumanPlayer
python simulator.py 1

2-> MyBot vs RandomPlayer python simulator.py 2

3->MyBot vs YourBot Import you bots class in simulator.py python simulator.py 3