Skip to content
/ rusty-8 Public

high-level emulation of the CHIP-8 virtual machine

License

Notifications You must be signed in to change notification settings

wizh/rusty-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty-8

rusty-8 is a CHIP-8 emulator. It uses rust-sdl2 for audio, display and input.

Requirements

The SDL2 framework needs to be installed - see instructions here.

Building the project

$ git clone https://github.com/wizh/rusty-8.git
$ cd rusty-8
$ cargo build

Running games

$ cargo run roms/${GAME}

Ex:

$ cargo run roms/PONG

Images

alt tag

About

high-level emulation of the CHIP-8 virtual machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages