
Nuggets
Built a multi-client dungeon game server in C, from scratch, over UDP. The server implements the NUGGETS protocol: players join a shared grid, collect gold, and compete in real time across concurrent connections. The server handles message parsing, player state, and game logic simultaneously without any frameworks. All networking, memory management, and protocol implementation written by hand in C.


