Skip to content

Server-Client console application for playing chess over Unix sockets.

License

Notifications You must be signed in to change notification settings

K-Triple-A/ChessOverSockets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessOverSockets

Server-Client console application for playing chess over Unix sockets.

This project contains both a client and a server component. The project is built using CMake.

Requirements

  • CMake (version 3.10 or higher)
  • A C++ compiler (e.g., GCC, Clang, MSVC)

Building the Project

Follow these steps to build the project:

1. Clone the repository

If you haven’t already cloned the repository, you can do so with:

git https://github.com/K-Triple-A/ChessOverSockets
cd ChessOverSockets

2. Create a Build Directory

mkdir build
cd build

3. Run CMake to Configure the Project

cmake ..

4. Build the Project

make
# make client (client only)
# make server (server only)

5. Run the Executables

./server
./client

About

Server-Client console application for playing chess over Unix sockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • CMake 2.7%