Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 651 Bytes

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

PONG

Maze

MAZE

Picture

PICTURE

To do

  • All opcodes
  • Video Driver
  • Input Driver
  • Sound Driver

License

MIT