TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: iC8, an interpreted Chip-8 emulator in C

11 点作者 cpro超过 9 年前

2 条评论

tbrock超过 9 年前
Nice! I did one in c++ when I was first learning the language and it&#x27;s interesting to see the similarities&#x2F;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&#x27;t too complex but teaches you all the fundamentals of emulation.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;TylerBrock&#x2F;chip8" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;TylerBrock&#x2F;chip8</a>
评论 #10142611 未加载
mirceal超过 9 年前
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!