Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 647 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 647 Bytes

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>