Skip to content

Dhyey-Thummar/chip8-emulator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Chip8 emulator in python

This is a simple Chip8 emulator written in python. It is based on the tutorial at http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/

Usage

To run the emulator, simply pass the path to the rom (.ch8 file) as an argument. For example:

python chip8.py <rom>

Controls

The controls are mapped as follows:

Chip8 Keyboard
1 1
2 2
3 3
C 4
4 Q
5 W
6 E
D R
7 A
8 S
9 D
E F
A Z
0 X
B C
F V

Resources

About

A simple Python implementation of a chip8 emulator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages