/chippy8

CHIP-8 emulator

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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.