chip8.rs

March 17, 2024 ยท View on GitHub

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