Nice! I did one in c++ when I was first learning the language and it's interesting to see the similarities/differences in the code.<p>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.<p><a href="https://github.com/TylerBrock/chip8" rel="nofollow">https://github.com/TylerBrock/chip8</a>