Description
- Built a multi-threaded Wordle game server capable of handling multiple simultaneous client connections.
Tech Stack
- C, POSIX Threads
Contributions
- Developed the server-side logic using C and POSIX threads for concurrency.
- Designed a custom application-layer protocol for server-client communication.
- Integrated error handling and optimized client-server communication to ensure reliability.