Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 396 Bytes

chippy8

A simple CHIP8 emulator. Works with all tested games, although sound output is not implemented (Sound timer is present and working though).

Uses Tetra for graphics.

Images

Tetris Blitz title Blitz

Build/Run

# Build as release
cargo build --release

Code style

Follow the style used by rustfmt.