/khopa_rusty_chip8

A chip8 emulator written in Rust

Primary LanguageRustMIT LicenseMIT

Rusty Chip 8

What is this:

This is a simple CHIP 8 Emulator written in Rust using SDL2 and rodio.

How to use:

cargo run --package rusty_chip_8 --bin rusty_chip_8 -- --filename <path to the file to load>

Screenshoots with some popular chip8 roms :

IBM

image

MAZE

image

KALEID

image

TETRIS

image

PONG2

image