Intel 8080 emulator written in Python.
python main.py --filename <filename>
# or load a save state
python main.py --state saves/<state file>
If no filename is provided, defaults to Space Invaders demo.
- Press
c
key to insert coin - Press
1
key to choose player 1 - Press arrow keys to move
- Press
Space
to shoot - Press
6
to save state
Cheats:
- Press
s
to kill player (suicide) - Press
k
to kill mobs - Press
l
to add lives - Press
x
to break score
- Still contains unimplemented instructions
- Rendered using Pygame