Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 369 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 369 Bytes

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