ZaklopaChessServer is a multi-threaded chess game server implemented in C.
You can find the repository for the Chess game client here.
- Multi-threaded server architecture
- Supports up to 1,000,000 concurrent games
- Secure communication between clients and server
- Clone the repository:
git clone https://github.com/hikamaree/ZaklopaChessServer.git
- Navigate to the project directory:
cd ZaklopaChessServer
- Compile the server:
make
Start the server:
cd build
./ZaklopaChessServer <port>