Skip to content

danielcarney96/chip-8-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Interpreter

This is a chip-8 interpreter build with Rust. The repo also includes a couple of roms you can try, feel free to find and use more.

Screenshot 2021-11-15 at 18 15 19

Requirements

You need to install sdl2 on your system along with Rust.

Mac brew install sdl2

Linux apt-get install libsdl2-dev

Windows Download from: https://www.libsdl.org/download-2.0.php

Usage

Clone the repo then run the project while pointing to a rom.

E.g. cargo run roms/IBM\ Logo.ch8

Resources

CHIP-8 Technical Reference

CHIP‐8 Instruction Set

Cowgod's Technical Reference

Starrhorne CHIP-8 rust

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages