chip-8.rs icon indicating copy to clipboard operation
chip-8.rs copied to clipboard

a chip8 emulator in Rust

chip8.rs

Chip 8 interpreter in Rust.

This was a toy project that I started experimenting with Rust when Rust had not even reached version 1.0.0. After many years, I decided to get in touch with Rust again, so I decided to update this code, and I have to say, it was very easy and smooth.

Pong