Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulseekah/c8
A CHIP-8 Emulator. A quick C refresher to keep me sharp.
https://github.com/soulseekah/c8
c chip-8 chip8 chip8-emulator emulator sdl sdl2
Last synced: 1 day ago
JSON representation
A CHIP-8 Emulator. A quick C refresher to keep me sharp.
- Host: GitHub
- URL: https://github.com/soulseekah/c8
- Owner: soulseekah
- Created: 2017-02-14T19:21:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T20:05:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-25T09:48:21.978Z (2 months ago)
- Topics: c, chip-8, chip8, chip8-emulator, emulator, sdl, sdl2
- Language: C
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c8
A CHIP-8 Emulator. A quick C refresher to keep me on my toes.https://www.youtube.com/watch?v=6xqH3RfoJiY
## Building
`make` :)
`doxygen .` to generate docs.
`make test` to run tests.
Make sure you have `libsdl2-dev` installed.
## Running
Free CHIP-8 ROM pack: http://www.zophar.net/pdroms/chip8/chip-8-games-pack.html
`./c8 path/to/ROM`