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
458 B

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