Skip to content

Urcra/rusty-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty-8

Rusty-8 is a Chip 8 interpreter written in the rust programming language. The intepreter uses sdl2 for display, audio and input

Building the project

  1. Clone the repo: git clone [email protected]:Urcra/rusty-8.git
  2. Move into the project folder: cd rusty-8
  3. Build the project: cargo build

You might also need to install SDL2 if you don't already have it.

Running games

Call the executable with the path to the binary of a CHIP-8 game eg ./rusty-8 --"PONG"

Images

Alt text

Alt text

About

Chip 8 emulator in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages