Skip to content

piyushrungta25/chip8-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-rs

Chip-8 emulator, written in rust, complete with keyboard and sound support. Some freely available games are included in roms directory.

Running

Requires SDL2 to be installed. On Ubuntu, run

sudo apt install libsdl2-dev

then

cargo run -- roms/TETRIS

Resources

The following resources have been a huge help

License

Licensed under GPLv3. Sample games included in roms directory are written by other authors and are under other licenses.

About

Chip-8 emulator, written in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages