Skip to content

A CHIP-8 interpreter written in Rust using rust-sdl2.

License

Notifications You must be signed in to change notification settings

leonelfreire/lrchip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lrchip8

A CHIP-8 interpreter written in Rust using rust-sdl2.

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker made on his 1802 Microprocessor. It was initially used on the COSMAC VIP and Telmac 1800 8-bit microcomputers in the mid-1970s.

CHIP-8 Logo Pong

Requirements

You need to have SDL2 installed.

Usage

Just run:

cargo run --release /path/to/rom

About

A CHIP-8 interpreter written in Rust using rust-sdl2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages