News

A simple two-player Tic Tac Toe game implemented in C using TCP/IP socket programming. One server coordinates the game logic and relays moves between two connected clients.
This project simulates a simplified torrent-like file exchange system using C socket programming. It demonstrates how a central server can handle multiple client connections, allowing users to browse ...