https://github.com/jaxkdev/chip8-sfml
A CHIP-8 Emulator using C++ and SFML for rendering.
https://github.com/jaxkdev/chip8-sfml
Last synced: 11 months ago
JSON representation
A CHIP-8 Emulator using C++ and SFML for rendering.
- Host: GitHub
- URL: https://github.com/jaxkdev/chip8-sfml
- Owner: JaxkDev
- License: agpl-3.0
- Created: 2024-05-02T12:06:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T16:56:38.000Z (about 2 years ago)
- Last Synced: 2025-02-22T06:14:05.884Z (over 1 year ago)
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chip8-SFML
A CHIP8 Emulator in C++ with SFML Rendering.
## Sources
Technical References: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#00E0