Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 332 Bytes

File metadata and controls

15 lines (12 loc) · 332 Bytes

python-chip8

A Python-based Chip8 emulator, with dynamic recompilation.

Working:

  • CPU is feature complete
  • Dynamic recompilation
  • Open-GL frontend and graphical output
  • Keyboard input

To Do:

  • Sound
  • Implement alternative instructions for certain misbehaving games.

Maybe To Do:

  • Add chip8 colour support