Skip to content

cjwilsontech/chip-8-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-8-rust

A terminal-based, multiplatform CHIP-8 emulator written in Rust.

Running the emulator

Download the latest release and a ROM (see this list of freely available ROMs). Run it from your terminal with the path to the ROM you would like to emulate.

./chip-8-rust path/to/myrom.ch8

How to build

Install Rust. Then, run the following command in the project directory:

cargo run path/to/myrom.ch8

About

CHIP-8 emulator/interpreter written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages