Projects
Chip-8 emulator
GitHub ↗A fully functional Chip-8 emulator written in C++ with SDL2. Supports the complete instruction set with accurate cycle timing and configurable display scaling.
C++SystemsEmulationSDL2
Emergency dispatch simulator
Graph-based routing over real OpenStreetMap data using Dijkstra's algorithm, with a discrete-event simulation engine for multi-vehicle emergency dispatch. Deployed as a Flask web app with a live map interface.
PythonGraph algorithmsSimulationWeb