Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 509 Bytes

othello-project-dustinn1

An implementation of the Othello game written in C.

How to Install

  1. Install CMake
    • sudo apt install cmake on Linux.
  2. Install ncurses
    • sudo apt install libncurses5-dev on Linux.
  3. Run cmake . to create a makefile to compile the code.
  4. Run make to create an executable to run the game.
  5. Run ./bin/game to play the game.
    • Add the difficulty parameter to set the difficulty: ./bin/game --difficulty [1-3]
    • Set to difficulty of 2 if no paramter is set