Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s-m33r/anotherchip8
- Owner: s-m33r
- Created: 2023-12-28T20:09:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T07:30:33.000Z (7 months ago)
- Last Synced: 2024-10-12T02:33:00.740Z (27 days ago)
- Topics: chip-8, emulator
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)