Command Line version of Reversi for *nix.
This is the project for my CO203-Object Oriented Programming course.
- Clone the repo.
- Compile reversi.cpp and run.
$ g++ reversi.cpp && ./a.out
Arrow Keys to move around.
Spacebar to place a disk.
The color of the cursor depicts a possible move.
Black moves first.
- Add info to README + prettify.
Add Win condition check.Implement AI player.Make menu for the game.Add instructions to play.- Refactor code/directories.