Hacker News new | ask | show | jobs
by d2p 3289 days ago
I wrote a Chip-8 emulator (VM?) in C# and then tweaked it so that Bridge.NET could compile it down to JavaScript:

https://blog.dantup.com/2016/06/dachip8js-my-csharp-chip8-in...

2 comments

I wrote one in JavaScript directly some time around 2012 or 2013. http://chip8.progr.am/chip8.html
Hey, this is very cool. Thank you.