Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 375 Bytes

chip8

A chip8 emulator implementation in Python

how to run

  • 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