A CHIP-8 emulator written in Python. Based on Cowgod's CHIP-8 Technichal Reference v1.0. IO built with pygame.
pipenv install # --dev for development
pipenv shell
python chip8_emulator <path/to/rom>
pipenv shell
pipenv run tests
pipenv run cov-html # After having run the tests
pipenv run cov-stdout # After having run the tests