Chip-8 This is an implementation of CHIP-8 virtual machine, written in Rust, based on this specification. ⚠️Not all opcodes are implemented, only enought for running programs PONG, MAZE, and PICTURE. Using rust-sdl2 for graphics and keyboard input. Screenshots Pong Maze Picture To do All opcodes Video Driver Input Driver Sound Driver License MIT