ACCESS
ABOUT
NUKO is a first person multiplayer shooter which I wrote for my HSC
Software Development and Design Year 12 Major Project. The game is
written in C and SDL2 and compiled with emscripten in to WASM for a
browser experience.
For this project, I wanted to compile all the game engine development
knowledge I had accumulated throughout the past few years into a
single final project. The final project builds all aspects: physics,
rendering and networking from the ground up without any external
libraries other than SDL2.