https://github.com/bytecurdler/chippy
A CHIP-8 interpreter, based on Octo (https://johnearnest.github.io/Octo/)
https://github.com/bytecurdler/chippy
chip-8 chip-8-emulator chip-8-interpreter chip8 chip8-emulator chip8-interpreter
Last synced: 2 months ago
JSON representation
A CHIP-8 interpreter, based on Octo (https://johnearnest.github.io/Octo/)
- Host: GitHub
- URL: https://github.com/bytecurdler/chippy
- Owner: ByteCurdler
- Created: 2020-04-17T17:51:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T18:48:09.000Z (about 4 years ago)
- Last Synced: 2025-01-10T19:28:25.434Z (4 months ago)
- Topics: chip-8, chip-8-emulator, chip-8-interpreter, chip8, chip8-emulator, chip8-interpreter
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chippy #
A CHIP-8 interpreter, similar to [Octo]
Most examples from [Octo]
## Usage ##`python3 main.py [.ch8 file]`
### Keys ###
HexpadKeyboard
123C1234
456DQW/↑E/SpaceR
789EA/←S/↓D/→F
A0BFZXCV
[Octo]: https://johnearnest.github.io/Octo/