Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coldnew/chip8.cljs
- Owner: coldnew
- License: mit
- Created: 2015-07-02T11:39:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T04:59:19.000Z (almost 9 years ago)
- Last Synced: 2024-04-09T14:51:33.924Z (9 months ago)
- Topics: chip-8, clojurescript, emulator
- Language: Clojure
- Homepage: https://coldnew.github.io/chip8.cljs
- Size: 746 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).