Thanks to visit codestin.com
Credit goes to github.com

Skip to content

spieglt/chip8rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8rs

CHIP-8 in Rust to learn the basics of SDL and emulators.

Run with

$ cargo run roms/pong.ch8

or

> chip8rs.exe .\roms\pong.ch8

Requires https://rust-sdl2.github.io/rust-sdl2/sdl2/.

Buttons are:

1234
QWER
ASDF
ZXCV

Fixed graphics problem that was preventing Tetris and others from running smoothly.

About

CHIP-8 in Rust to learn SDL and emulators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages