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

https://github.com/erengy/chip-8

CHIP-8 emulator
https://github.com/erengy/chip-8

chip-8 cpp emulator sdl

Last synced: 25 days ago
JSON representation

CHIP-8 emulator

Awesome Lists containing this project

README

        

# chip-8

![Pong screenshot](https://github.com/erengy/chip-8/raw/master/screenshot.gif)

chip-8 is an emulator for [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8). Uses [SDL](https://www.libsdl.org) for graphics and input.

## References

- [Cowgod's Chip-8 Technical Reference v1.0](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)

## License

chip-8 is licensed under the [MIT License](https://opensource.org/licenses/MIT).