JoniSuominen / PyCHIP-8

A Python/PyGame implementation of CHIP-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Python/PyGame implementation of CHIP-8


Languages

Language:Python 100.0%