Skip to content

An implementation of the Othello game written in C for COMP 310.

Notifications You must be signed in to change notification settings

dustinn1/comp310-othello-project

Repository files navigation

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

About

An implementation of the Othello game written in C for COMP 310.

Resources

Stars

Watchers

Forks