https://github.com/saphereye/chip-8-emulator
CHIP-8 rust implementation
https://github.com/saphereye/chip-8-emulator
chip8-emulator rust
Last synced: about 1 year ago
JSON representation
CHIP-8 rust implementation
- Host: GitHub
- URL: https://github.com/saphereye/chip-8-emulator
- Owner: Saphereye
- Created: 2023-08-20T14:54:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T16:53:32.000Z (over 2 years ago)
- Last Synced: 2025-02-04T20:17:46.859Z (over 1 year ago)
- Topics: chip8-emulator, rust
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip-8 emulator
This project is an implementation of an emulator for the [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) [fantasy video game console](https://en.wikipedia.org/wiki/Fantasy_video_game_console).
## How to run
Input file is currently hardcoded. There are plans to use [clap](https://docs.rs/clap/latest/clap/) for the cli parsing.
```bash
cargo run --release
```
## Screenshots
### Running the IBM logo program

### Tetris

more roms can be found [here](https://github.com/dmatlack/chip8/tree/master/roms/games)