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

https://github.com/dmotz/cellf

👁 Experiment / small game that reflects you and your surroundings
https://github.com/dmotz/cellf

clojure clojurescript core-async game react

Last synced: 4 months ago
JSON representation

👁 Experiment / small game that reflects you and your surroundings

Awesome Lists containing this project

README

        

![Cellf](https://oxism.com/cellf/img/cellf.svg)
## [Play here](https://oxism.com/cellf)
[Dan Motzenbecker](https://oxism.com), MIT License

Cellf is an interactive experiment that reflects you and your surroundings as you play.

More simply put, it's a twist on sliding tile games written in ClojureScript,
React (via Om), and core.async.

### Local Development

Clone the repository and run
```
$ lein figwheel dev
```
to start a development server on port `3449`.

Run
```
$ lein cljsbuild once min
```
for optimized output.