Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 300 Bytes

chip-8-vm

CHIP-8 Virtual machine implemented in haskell for the Great Code Club.

Currently fully working apart from the following:

  • Separate delay timer clock (currently unfeasable)
  • Sound (need appropriate library)

Here's a preview:

Space Invaders