Skip to content

CHIP-8 emulator written in Rust and compiled to WebAssembly to run in a browser

Notifications You must be signed in to change notification settings

plax-00/chip8emu

Repository files navigation

To run

In the project root, run:

tsc
npm run start

It will run at localhost:8080. ROMs can be loaded in the web page.