Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 502 Bytes

Chip 8 Emulator

A Chip 8 emulator with a web front end using WASM.

Live Demo

How to Run

Build the WASM file by running the following command (you will need to have wasm-pack installed).

cd frontend && wasm-pack build --release --target web --out-dir .

Now run any HTTP server, for simplicity I recommend python.

python -m http-server