CHIP-8 Emulator made using Rust
used minifb for graphics/user input
To try out and compile this emulator, make sure you have cargo installed:
curl https://sh.rustup.rs -sSf | sh
Download this repository using:
git clone https://github.com/yangbranden/CHIP-8.git
Then download some games (.ch8
file format) and run using the following syntax:
cargo run -- <path_to_rom>
Repositories with CHIP-8 games to download/try
https://github.com/dmatlack/chip8/tree/master/roms/games