Skip to content

gdonald/reversi-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversi-cpp

Reversi (Othello) in C++ using SDL2

Reversi (Othello)

Install SDL2 Dependencies

Mac OS

Install Xcode from the app store, and homebrew, then:

brew install cmake sdl2 sdl2_gfx sdl2_ttf sdl2_image

Debian Linux

apt install build-essential cmake clang \
            libsdl2-dev libsdl2-gfx-dev \
            libsdl2-ttf-dev libsdl2-image-dev

Build

cmake .
make

Run

./reversi

Releases

No releases published

Packages

No packages published