Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-m33r/anotherchip8

CHIP-8 emulator
https://github.com/s-m33r/anotherchip8

chip-8 emulator

Last synced: about 4 hours ago
JSON representation

CHIP-8 emulator

Awesome Lists containing this project

README

        

# another CHIP-8 emulator

Demo:

## how to use

```
$ git clone https://github.com/s-m33r/anotherchip8.git
```

```
(venv) $ pip install -r requirements.txt
(venv) $ python main.py
```

## helpful resources
- [Cowgod's Chip-8 Technical Reference](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)
- [Timendus' Chip-8 Test Suite](https://github.com/Timendus/chip8-test-suite)
- [an archive of Chip-8 programs](https://johnearnest.github.io/chip8Archive/)