Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coldnew/chip8.cljs

CHIP-8 emulator written in clojurescript.
https://github.com/coldnew/chip8.cljs

chip-8 clojurescript emulator

Last synced: about 2 months ago
JSON representation

CHIP-8 emulator written in clojurescript.

Awesome Lists containing this project

README

        

# chip8.cljs
[![Circle CI](https://circleci.com/gh/coldnew/chip8.cljs.svg?style=svg)](https://circleci.com/gh/coldnew/chip8.cljs)
[![Dependencies Status](https://jarkeeper.com/coldnew/chip8.cljs/status.svg)](https://jarkeeper.com/coldnew/chip8.cljs)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/coldnew/chip8.cljs/master/LICENSE)

CHIP-8 emulator written in ClojureScript.

See [DEMO](http://coldnew.github.io/chip8.cljs) here.

## Screenshot

![Screenshot](https://raw.githubusercontent.com/coldnew/chip8.cljs/master/screenshot.png)

## License

Copyright © 2015-2016 Yen-Chin, Lee <>

Distributed under the [MIT License](http://opensource.org/licenses/MIT).