Skip to content
Snippets Groups Projects
README.md 322 B
Newer Older
  • Learn to ignore specific revisions
  • # Desktop CHIP-8 Emulator
    
    Utilizes the [`jc-chip8`](../../jc-chip8/) crate and the [SDL crate](https://github.com/Rust-SDL2/rust-sdl2) to build a desktop application.
    
    ## Running
    
    ```bash
    $ cargo run --release
    ```
    
    Drag and drop your ROM to play.
    
    ## Controls
    
    Keys available:
    
    `1 2 3 4`
    
    `Q W E R`
    
    `A S D F`
    
    `Z X C V`