Skip to content

jvmaia/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages