Skip to content

teshanshanuka/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 emulator

Chip-8 language emulator written in Rust. The implementation is done following the chip8-book.

Games

Usage

cd desktop
cargo run <path/to/rom>

Web frontend

Setup

cargo install wasm-pack
cd wasm
wasm-pack build --target web
mv pkg/wasm_bg.wasm pkg/wasm.js ../web/

Run http server for the web frontend

cd web/
python3 -m http.server

About

Chip-8 emulator in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published