Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 311 Bytes

chippers

A CHIP-8 implementation in Rust.

The core COSMAC VIP features are implemented as faithfully as I could, with some modern behaviors gated behind the modern feature.

Passes the first four tests of Timendus' test suite.

Bevy frontend is still WIP.