A chip8 emulator implementation in Python
- first of all, you need to install the requirements (it's just pygame)
pip install -r requirements.txt
- run the script with the game path as an argument
python main.py ibm.ch8
- have fun
this emulator was built following the guide