https://github.com/gabrielmodog/chip8js-experiment
A experimental Chip-8 emulator with Javascript
https://github.com/gabrielmodog/chip8js-experiment
Last synced: about 1 year ago
JSON representation
A experimental Chip-8 emulator with Javascript
- Host: GitHub
- URL: https://github.com/gabrielmodog/chip8js-experiment
- Owner: GabrielModog
- Created: 2024-11-12T01:28:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T10:47:45.000Z (about 1 year ago)
- Last Synced: 2025-04-02T11:33:41.664Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gabrielmodog.github.io/chip8js-experiment/
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip-8 Emulator 🕹️
An experimental Chip-8 emulator powered by Javascript.
## Getting Started
To run the project in your machine you have to be installed [Bun](https://bun.sh).
Or just run the `index.html` file in the `/public` folder with your own server solution.
#### Running
```bash
bun run server.js
```
## Goals
> Be able to emulate most of Chip-8 roms.
> Disassembly roms (maybe)
## References
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM (Recommended)
- https://austinmorlan.com/posts/chip8_emulator/
- https://github.com/mattmikolay/chip-8/wiki/Mastering-CHIP%E2%80%908
- https://en.wikipedia.org/wiki/CHIP-8
## License
Made with 🩵 by GabrielModog