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
- Host: GitHub
- URL: https://github.com/dmotz/cellf
- Owner: dmotz
- License: mit
- Created: 2015-05-31T22:54:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T16:18:38.000Z (almost 5 years ago)
- Last Synced: 2024-12-14T00:50:10.236Z (5 months ago)
- Topics: clojure, clojurescript, core-async, game, react
- Language: Clojure
- Homepage: https://oxism.com/cellf
- Size: 649 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## [Play here](https://oxism.com/cellf)
[Dan Motzenbecker](https://oxism.com), MIT LicenseCellf 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.