Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8rs is my first hobby project written in Rust.

Requirements

Rust

I'm currently using Rust nightly 1.16. You can install with rustup.

Build Instructions

On Windows (MSVC)

build.cmd
target\release\chip8rs.exe roms\INVADERS

Linux, MacOS

cargo build --release
cargo run --release roms/INVADERS

This will run the INVADERS rom as the image below (Windows 10)

windows_prt_sc

About

CHIP-8 emulator in pure Rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages