An open API service indexing awesome lists of open source software.

https://github.com/drproteus/pychip8

Chip-8 Interpreter in Python
https://github.com/drproteus/pychip8

Last synced: 2 months ago
JSON representation

Chip-8 Interpreter in Python

Awesome Lists containing this project

README

          

# Chip-8 in Python

## Requirements
* Python (2 or 3)
* pyglet

## TODO
* Not all opcodes are implemented, some aren't implemented properly.
* Input is not handled
* Visualize stack, memory in separate window
* Load from menu, rather than just through CLI.

Despite the TODO, it does display GFX. Included is a `ch8` file displaying the IBM logo.

![screenshot](screenshots/ibm.png)

References:
* http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
* https://en.wikipedia.org/wiki/CHIP-8#Virtual_machine_description