Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 727 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 727 Bytes

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.