chip8 A simple chip8 emulator in python. Instructions Get pygame if you don't have it already: pip install --user pygame To run a chip8 rom: python3 main.py <rom_path> References: Cowgod's Chip-8 Technical Reference Mastering CHIP-8 by Matthew Mikolay Wikipedia article on Chip-8 the roms included in this repository were taken from the following sources: https://github.com/corax89/chip8-test-rom https://github.com/loktar00/chip8/blob/master/roms/IBM%20Logo.ch8