Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 439 Bytes

chip8 emulator

work in progress

To run the emulator you'll need to install SDL2.

Usage

$ git clone [email protected]:fmmartins/chip8.git
$ cargo install && cargo run -- <file>

Resources

TODO

  • Integrate crate: term
  • Implement mod: keypad
  • Implement mod: logger
  • TESTS TESTS TESTS