Skip to content

hikamaree/ZaklopaChessServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZaklopaChessServer

ZaklopaChessServer is a multi-threaded chess game server implemented in C.

You can find the repository for the Chess game client here.

Features

  • Multi-threaded server architecture
  • Supports up to 1,000,000 concurrent games
  • Secure communication between clients and server

Installation

  1. Clone the repository:
git clone https://github.com/hikamaree/ZaklopaChessServer.git
  1. Navigate to the project directory:
cd ZaklopaChessServer
  1. Compile the server:
make

Usage

Start the server:

cd build
./ZaklopaChessServer <port>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published