Skip to content

victor-carvalho/chip8rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published