C Projects
Word Guessing Game
A partner and I made a word guessing game played over a network socket. We used concurrency so that multiple users could play at the same time on a single server.
Skills Needed:
- Use of Socket API
- Working in Unix Environment
- Basic Understanding of Concurrency
- Effective Communication