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

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

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