Literally this project is othello game.
Player1: Black
Player2: White
Orange is pointer to whose turn it is and where to drop piece.
- F3: debug mode for key log.
- Arrow key: Move orange pointer.
- Enter: Drop the piece to orange pointer.
ncurses-6.3
You have to install Ncurses-6.3 library to build this game.
make
./main