Skip to content

Sarenard/Chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8

A Chip-8 emulator in rust comporting 857 lines of code, made in the span of 3 days

Run with cargo run --release -- -f <file path>

Test with cargo test -- --test-threads 1

If the result is right, input esc else input anything else.

Useful stuff

The spec for the chip-8 VM

A test suite with some roms

Some more things about Chip-8 if interested

Things that could be done

  • Pass the entire flags tests
  • Pass the entire quirks tests
  • Make some games

About

A Chip-8 emulator in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published