# Otori CHIP-8 Emulator A simple CHIP-8 emulator written in Rust. For learning purposes. ## Controls CHIP-8 keys are mapped like this: ``` 1 2 3 4 Q W E R A S D F Z X C V ``` - Use these keys for CHIP-8 input (1–F hex) - Press `Esc` to quit on desktop app ## How to Use ### You must install Rust for desktop app. On desktop app: 1. Clone the repo: `git clone https://github.com/temidaradev/otori.git` 2. Run The Emulator: `cargo run` 3. Select the game you want to play. 4. Try to figure out controls and enjoy! On web app: 1. Go to: https://temidaradev.github.io/otori/ 2. Select the game from dropdown menu 3. Try to figure out controls and enjoy!