sword-jin / shinobu8

This is a minimal chip8 simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shinobu8

shinobu8(Japanese 忍) is a minimal implementation of the CHIP-8 interpreter in Rust.

📢: If you run this program in a linux server like me, you can't get a full experience, because in the linux server, the terminal is not support to capture the key release event. Eventually, I tested this program in windows desktop and linux desktop, and it works well.

Usage

cargo run --package shinobu8-tui -- --rom ./roms/15PUZZLE

press ESC to exit the program.

Refer:

About

This is a minimal chip8 simulator


Languages

Language:Rust 100.0%