Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.41 KB

PyCHIP-8

A Python/Pygame implementation of CHIP-8 CHIP-8 BRIX

Getting started

Prerequisites

  • Python 3.7 has to be downloaded if on Windows-machine
  • Pygame
  • Some ROMs!

Installation sources and guide

Running the CHIP-8 Emulator

  • clone the directory
  • cd into the directory of the chip8.py-file using the command line
  • Enter python chip8.py "ROMFILE"
    • Replace the text in the quotes with your choise of rom!!

Notes

Built with

  • Python 3.7
  • Pygame

Acknowledgments