Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Post: Emulating things in Node.js #9

Open
raadad opened this issue Jul 24, 2013 · 1 comment
Open

Post: Emulating things in Node.js #9

raadad opened this issue Jul 24, 2013 · 1 comment

Comments

@raadad
Copy link

raadad commented Jul 24, 2013

I recently wrote a Chip8 emulator in node.js that rendered its graphics through the terminal. It was a fun project that gave me a better understanding of bit-wise operations, how assembly works and also how to draw things to the terminal.

I thought it would be worthwhile to share this experience at the last Sydney node ninja's meetup.

The talk was broadcast live and saved to you tube so you can watch it via this link: http://www.youtube.com/watch?v=t-yi8wHsK44

Unfortunately the screen is hard to see, but you can follow along easily with a copy of the fully annotated source code which can be found here: https://github.com/raadad/chip8/blob/master/emu.coffee

@rvagg
Copy link
Member

rvagg commented Jul 25, 2013

great! live @ http://nodejs.org.au/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants