An open API service indexing awesome lists of open source software.

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

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
![image](https://github.com/Saphereye/chip-8-emulator/assets/59739923/43acb746-7475-4da7-b436-706c729630e3)
### Tetris
![image](https://github.com/Saphereye/chip-8-emulator/assets/59739923/f29670bf-30b7-4aeb-8ed6-3ae8e35876a0)
more roms can be found [here](https://github.com/dmatlack/chip8/tree/master/roms/games)