https://github.com/t-88/cip8
emulator for the famous chip8
https://github.com/t-88/cip8
Last synced: 2 months ago
JSON representation
emulator for the famous chip8
- Host: GitHub
- URL: https://github.com/t-88/cip8
- Owner: t-88
- License: mit
- Created: 2023-06-25T22:33:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T11:28:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T23:44:55.555Z (4 months ago)
- Language: C
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cip8
my implementation of the chip8 emulator in C.
like htf that i dont know about chip8 there is tons of resoures to making a emulator for dang it, but this one is me trying to do it by my self without youtube. i hope itwerks.**This project is Done,** there are definitely bugs but it was a great learning exp, maybe i comeback and remake it ;).
## Links
[wiki page](https://en.wikipedia.org/wiki/CHIP-8)
[tests](https://github.com/Timendus/chip8-test-suite#ibm-logo)## How To Run
```
$ ./run
```## Screenshots

