Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

A basic terminal based Othello A.I.

It uses the minmax method to deduce its next move. There are two playing modes:

  • Single player
  • Two player

Also you can have the A.I. play against itself

To play with it, just enter python play.py in the terminal