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

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

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