You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
309 B

  1. # chip8-rs
  2. CHIP-8 emulator written in Rust.
  3. *(Done with the Go implementation: https://github.com/arnaucube/go-chip8)*
  4. https://en.wikipedia.org/wiki/CHIP-8
  5. ## Usage
  6. ```
  7. ./chip8-rs --file roms/invaders.c8
  8. ```
  9. ![](screenshots/s0.png)
  10. ![](screenshots/s1.png)
  11. ![](screenshots/s2.png)
  12. ![](screenshots/s3.png)