Skip to content

Benasin/Space-Invaders-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders-Emulator

Intel 8080 CPU emulator to play Space Invaders in C (SDL2 for graphics)

Demo

invaders

How to build and run

gcc -o invaders cpu8080.c invaders.c -lSDL2

./invaders your_rom

ROM

Because of copyright you should find the rom on the internet and combine it to 1 file

cat invaders.h invaders.g invaders.f invaders.e > rom

Controls

Key Function
C Insert coins
1 P1 plays
2 P2 plays
Z P1 moves left
X P1 moves right
V P1 shoots
N P2 moves left
M P2 moves right
Dot (.) P2 shoots

Resources

https://computerarcheology.com/Arcade/SpaceInvaders

http://emulator101.com

About

Intel 8080 CPU emulator to play Space Invaders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages