Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 521 Bytes

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