francis36012 / pschip8

Pretty Simple Chip8 Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pschip8

This is a chip-8 interpreter written in the rust programming language. This is also my first emulator (or interpreter) project.

Screenshots

breakout_1 breakout_2

c8-logo_1 c8-logo_2

Building and Install

cargo is used to build the interpreter

To build

git clone https://github.com/francis36012/pschip8
cd pschip8
cargo build --release

After building, using the command above, you will find the binary in target/release

You can install without building using cargo:

cargo install --git https://github.com/francis36012/pschip8

This will install the binary pschip8 into the cargo install root directory which is ~/.cargo/bin by default.

Usage

pschip8 -p <program-file>

About

Pretty Simple Chip8 Interpreter

License:MIT License


Languages

Language:Rust 100.0%