jvmaia / chip8

A chip8 emulator implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A chip8 emulator implementation in Python

License:MIT License


Languages

Language:Python 100.0%