Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 403 Bytes

Othello

A Othello game built in C++ with OOP Principles using raylib. The game features a 2-player mode, a single player mode and a computer vs computer mode.

  • To compile the project using g++ run
    • g++ 211126.cpp -o 211126.out -lraylib -lGL -lm -lpthread -ldl -lrt -lX11

Image of the game

OthelloOutputFinal.pdf