Skip to content

aurelilia/chippy8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.