Skip to content
All work

Nuggets

TYPE
SOFTWARE
YEAR
2025
TOOLS
C / UDP
BRIEF
COURSE
Code terminal, Nuggets multiplayer server

/ overview.

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.