2 posts found

Multithreading Typing Game in C

Development of a multiplayer console typing game in C using sockets and threads. Focuses on managing multiple clients, time tracking, and score ranking in a client-server architecture.

June 1, 2023 · 2 min · Noé Backert

Predictive typing software in C

Implementation of a predictive typing program in C using hash tables and trie data structures to suggest next words in real time based on word frequency and user input.

April 1, 2023 · 7 min · Noé Backert, Antoine Banchet