Hacker News new | ask | show | jobs
by lufte 1705 days ago
Write a CHIP-8 emulator. I followed this [1] language-agnostic guide. It covers all the details and oddities without actually giving you the code, so you still need to make the effort to get the result.

[1] https://tobiasvl.github.io/blog/write-a-chip-8-emulator/