Show HN: iC8, an interpreted Chip-8 emulator in C(github.com)
github.com
Show HN: iC8, an interpreted Chip-8 emulator in C
https://github.com/prophittcorey/iC8
3 comments
this is awesome. as someone who wrote one of these (i.e. chip8 emulator) myself way back I am in awe about how polished this is.
I think this is one of the best way you can get a hands-on experience on emulators the diy route.
Awesome job!
Implementing a Chip 8 emulator is really a ton of fun and an excellent project to boot because it isn't too complex but teaches you all the fundamentals of emulation.
https://github.com/TylerBrock/chip8