CWRules / Othello_Python

Othello-playing AI
GNU General Public License v3.0
0 stars 0 forks source link

Main program loop #2

Closed CWRules closed 4 years ago

CWRules commented 4 years ago

Add main loop to Othello.py which allows selecting a color to play and inputting the opponent's moves.

CWRules commented 4 years ago

Done.