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
- Host: GitHub
- URL: https://github.com/drproteus/pychip8
- Owner: drproteus
- License: mit
- Created: 2020-05-10T21:11:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T02:17:33.000Z (over 3 years ago)
- Last Synced: 2025-02-24T07:57:02.755Z (over 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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