Skip to content

rojebd/chip8-emu

Repository files navigation

Chip8 Emulator in Python

This repo includes the beep.wav file for the sound tone the chip8 plays and also some test roms to play/use with the Emulator.

To use this emulator you need raylib-python-cffi installed.

Install dependencies with:

  pip install -r requirements.txt

Now you can run ROMS with:

  python main.py chip-8-rom.ch8

Resources used by this

LICENSE

MIT License

About

Chip8 Emulator made in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages