Skip to content

Mxrk/chip8-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

I created this project because of my interest in Rust and emulation.

Todo

  • Load a rom and split it into the correct parts

  • Handle all instructions

  • Graphics (with SDL)

  • [] Sound -> Already implemented the timer, just have to add the frequenz and the playback.

  • Keyboard Input -> I know how it's working and implemented the basic concept, just have to fix another bug before adding controls.

  • Tests

  • Clean the code - I learned the basics with this project so at the moment it's kinda messy.

About

Chip8 project written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages