Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nakardo/chip8-node

Modular and extensible Chip-8 emulator for node.js
https://github.com/nakardo/chip8-node

Last synced: about 1 month ago
JSON representation

Modular and extensible Chip-8 emulator for node.js

Awesome Lists containing this project

README

        

# chip8-node

Modular and extensible Chip-8 emulator for node.js

## About

This is a non-functional, work in progress project.

Project is self documented, based on the technical reference linked below. Part
of the implementation is inspired in Chip-8-Emulator project.

## Reference Links

- [Cowgod's Chip-8 Technical Reference v1.0](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)
- [Chip-8-Emulator](https://github.com/alexanderdickson/Chip-8-Emulator)