Skip to content

eljulians/Chip8-Python-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 emulator

Build Status Maintainability Coverage Status Python

A CHIP-8 emulator written in Python. Based on Cowgod's CHIP-8 Technichal Reference v1.0. IO built with pygame.

Set up

pipenv install  # --dev for development

Usage

pipenv shell
python chip8_emulator <path/to/rom>

Run tests with coverage

pipenv shell
pipenv run tests
pipenv run cov-html  # After having run the tests
pipenv run cov-stdout  # After having run the tests

About

A CHIP8 emulator written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages