An open API service indexing awesome lists of open source software.

https://github.com/timnekk/reversi

Java CLI Reversi Game
https://github.com/timnekk/reversi

reversi reversi-ai reversi-board-game reversi-game

Last synced: 9 months ago
JSON representation

Java CLI Reversi Game

Awesome Lists containing this project

README

          


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