Skip to content

DarkMatter-999/Chip-8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator

Chip8 is a simple virtual machine. It is an interpreted programming language developed to make programming games easier on the 8-bit computers of the 1970-80s

Usage

cargo run --release ./<path-to-roms>/<game>

Some Chip8 Roms/Games can be downloaded from here.

Demo

Demo running space inavders

Project Structure

  • c8_core emulator core library
    • src
      • lib.rs core emulator functionality
  • src main gui directory
    • main.rs defines GUI through SDL2

About

A Chip8 emulator in Rust, simple virtual machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages