You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built a 32-bit Linux terminal runner game called Danger Dash using both C and x86 assembly. The program uses assembly for command parsing, movement logic, and collision handling, while C manages the game loop, terminal rendering with ncurses, audio playback, score tracking, and runtime testing.