Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 324 Bytes

Chip-8 CPU Emulator

Building a chip-8 emulator to run some ROMs games.

Running a game

nix run . -- ROMs/INVADERS
  • Q: move left
  • W: fire
  • E: move right

Invaders

Acknowledgments

Thanks to "An Introduction to Chip-8 Emulation using the Rust Programming Language" by @aquova.