Skip to content

Rational-Curiosity/Checkerboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkerboard

Dependencies

  • cmake
  • pthreads
  • ncurses

Compile

After unzipping.

cd build
cmake ..
make

Running

Within project folder (no build folder).

Server

bin/server <max games> [<port>]

Client

bin/client [<ip>] [<port>]

About

C++ implementation of checkerboard games for playing over a net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published