An open API service indexing awesome lists of open source software.

https://github.com/tominated/chip-8-vm

CHIP-8 Virtual machine implemented in haskell for the Great Code Club
https://github.com/tominated/chip-8-vm

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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](http://i.imgur.com/mRNU7xb.jpg)