Files
2026-05-26 00:05:23 +02:00

19 lines
485 B
Markdown

# CHIP-8 Interpreter
### features:
- Keyboard-mapping
- Custom themes
- Customizable through config file
- Pause menu
- One savestate
### usage:
> $ cd desktop/
> $ cargo run [rom_path]
### screenshots:
![](screenshots/screenshot_2024-10-13_18-43-09.png)
![](screenshots/screenshot_2024-10-13_18-44-33.png)
![](screenshots/screenshot_2024-10-13_18-42-33.png)
![](screenshots/screenshot_2024-10-13_18-43-30.png)
![](screenshots/screenshot_2024-10-13_18-45-29.png)