Skip to content

TimNekk/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

Reversi

Cli Reversi game with Simple and Advanced AI

Logo

Interface

Coordinate starts with 0 not 1. So only 0-7 can be correct coordinate

🔶 - White chip

🔷 - Black chip

⬜ - Available move

⬛ - Not Available move

Input

To insert coordinates, use the following format: x y

For example:

  • Top Left cell is 0 0
  • Bottom Right cell is 7 7
  • Top row, 2nd column cell is 0 1

To see bots move just press ENTER

To undo an action insert U

Undo is only available in games vs any bot after players move