Skip to content

clint07/CHIP-8-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8

A CHIP-8 Emulator using PyGame!

Progress

This CHIP-8 emulator is still a work in progress. Display and display-related instructions still need to be implemented.

Running CHIP-8

  1. Install dependencies using dependency manager Poetry.
  2. Run poetry install in the parent directory to install dependencies such as PyGame and Numpy.
  3. Run python3 main.py in the parent directory to run the emulator.
  4. Have fun!

ROMs

You can find CHIP-8 roms at The Old Computer.