Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dillonb/chip8
CHIP-8 Interpreter in C and SDL
https://github.com/Dillonb/chip8
c chip8 emulator sdl
Last synced: 3 months ago
JSON representation
CHIP-8 Interpreter in C and SDL
- Host: GitHub
- URL: https://github.com/Dillonb/chip8
- Owner: Dillonb
- Created: 2015-11-24T12:37:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T17:35:50.000Z (about 8 years ago)
- Last Synced: 2024-04-24T15:16:02.028Z (7 months ago)
- Topics: c, chip8, emulator, sdl
- Language: C
- Homepage:
- Size: 357 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - chip8
README
# chip8
CHIP-8 Interpreter in C and SDLFor playing CHIP-8 games on a modern PC. Should work on Linux and OSX, and maybe Windows if you believe in yourself.
## Requirements
Requires SDL2, SDL2_ttf and cmocka for unit tests.
## Running
To compile: `make`
To test: `make test`
To run: `./chip8 `