Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 533 Bytes

File metadata and controls

26 lines (19 loc) · 533 Bytes

Othello-game

Literally this project is othello game.

How to Play

캡처

Player1: Black

Player2: White

Orange is pointer to whose turn it is and where to drop piece.

Keyboard

  • F3: debug mode for key log.
  • Arrow key: Move orange pointer.
  • Enter: Drop the piece to orange pointer.

Binary Dependencies

ncurses-6.3

Build & Run

You have to install Ncurses-6.3 library to build this game.

make
./main