Skip to content

yangbranden/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8

CHIP-8 Emulator made using Rust

used minifb for graphics/user input

Installation/Compilation

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>

Games

Repositories with CHIP-8 games to download/try

https://github.com/dmatlack/chip8/tree/master/roms/games

https://github.com/kripod/chip8-roms/tree/master/games

rustlangmeme

About

Rust implementation of a CHIP-8 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages