chip-8-vm icon indicating copy to clipboard operation
chip-8-vm copied to clipboard

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

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