This project is a Chip-8 emulator written in rust. Mostly written via reading Cowgod's Chip8 Technical Reference.
$ chip8 Pong.ch8
USAGE:
chip8 <INPUT_ROM>
ARGS:
<INPUT_ROM> ROM file to play
OPTIONS:
-h, --help Print help information
-V, --version Print version information
Building this project requires the rust toolchain, which can be installed via rustup
. It can then be built with cargo
.
$ cargo build
This is licensed under the MIT license. See LICENSE for more details.