Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doouding/chip-8
A game machine chip-8 emulator written with react and typescript
https://github.com/doouding/chip-8
emulator react typescript
Last synced: 2 months ago
JSON representation
A game machine chip-8 emulator written with react and typescript
- Host: GitHub
- URL: https://github.com/doouding/chip-8
- Owner: doouding
- License: mit
- Created: 2018-12-18T04:06:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:49:29.000Z (about 2 years ago)
- Last Synced: 2023-03-08T14:23:32.536Z (almost 2 years ago)
- Topics: emulator, react, typescript
- Language: TypeScript
- Homepage:
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chip-8
A Chip-8 emulator written with react and typescript. You can play it [here](https://doouding.github.io/Chip-8/)## Reference
- [Cowgod's Chip-8 Technical Reference](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)
- [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8)