An emulator for the game "Space Invaders" written in C with SDL2 for graphics.
-
Uses a full Intel 8080 emulator.
-
Requires SDL2 libraries to be installed.
-
To build, type
cmake . && make
-
To play, execute
./invaders_emulation
Left arrow..........-> Move left for p1
Right arrow........-> Move right for p1
Space................-> Shoot for p1
Return...............-> Start for p1
c........................-> Insert Coin