https://github.com/eduardoklosowski/pychip8
Chip-8 emulator written in Python
https://github.com/eduardoklosowski/pychip8
chip-8 emulator gui ncurses
Last synced: 4 months ago
JSON representation
Chip-8 emulator written in Python
- Host: GitHub
- URL: https://github.com/eduardoklosowski/pychip8
- Owner: eduardoklosowski
- License: mit
- Created: 2023-01-27T00:26:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T04:46:58.000Z (6 months ago)
- Last Synced: 2025-12-21T13:53:49.791Z (6 months ago)
- Topics: chip-8, emulator, gui, ncurses
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyChip-8
Chip-8 emulator written in Python
## Example of use
```sh
pychip8 path/to/rom.ch8
pychip8 --sdl path/to/rom.ch8
```
## Links about Chip-8
- https://en.wikipedia.org/wiki/CHIP-8
- https://github.com/mattmikolay/chip-8
- http://www.emulator101.com/introduction-to-chip-8.html
- https://chip-8.github.io/links/
## Roms
- https://github.com/corax89/chip8-test-rom
- https://github.com/kripod/chip8-roms