/chip-8-emulator

CHIP-8 rust implementation

Primary LanguageRust

Chip-8 emulator

This project is an implementation of an emulator for the CHIP-8 fantasy video game console.

How to run

Input file is currently hardcoded. There are plans to use clap for the cli parsing.

cargo run --release

Screenshots

Running the IBM logo program

image

Tetris

image more roms can be found here