Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nakardo/chip8-node
- Owner: nakardo
- Created: 2015-01-06T20:34:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T20:52:33.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T16:12:17.194Z (9 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)