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
- Host: GitHub
- URL: https://github.com/timnekk/reversi
- Owner: TimNekk
- Archived: true
- Created: 2022-11-23T23:46:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T18:36:27.000Z (over 3 years ago)
- Last Synced: 2025-03-23T13:33:35.069Z (over 1 year ago)
- Topics: reversi, reversi-ai, reversi-board-game, reversi-game
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reversi
Cli Reversi game with Simple and Advanced AI
### 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