https://github.com/kripod/chip8-emulator
A CHIP-8 emulator written in JavaScript for educational purposes.
https://github.com/kripod/chip8-emulator
chip8 css-grid emulator responsive-design webpack
Last synced: about 2 months ago
JSON representation
A CHIP-8 emulator written in JavaScript for educational purposes.
- Host: GitHub
- URL: https://github.com/kripod/chip8-emulator
- Owner: kripod
- License: mit
- Created: 2017-08-05T20:19:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T20:30:57.000Z (almost 9 years ago)
- Last Synced: 2025-06-23T16:39:49.714Z (12 months ago)
- Topics: chip8, css-grid, emulator, responsive-design, webpack
- Language: JavaScript
- Homepage: https://kripod.github.io/chip8-emulator
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# chip8-emulator
A [CHIP-8][] emulator written in JavaScript for educational purposes.
The project aims to provide a modular implementation of a basic programming language interpreter, making the concept behind an [instruction cycle][] easier to understand in practice.
[CHIP-8]: https://en.wikipedia.org/wiki/CHIP-8
[instruction cycle]: https://en.wikipedia.org/wiki/Instruction_cycle