Skip to content

mucinoab/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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