/cellf

👁 Experiment / small game that reflects you and your surroundings

Primary LanguageClojureMIT LicenseMIT

Cellf

Dan Motzenbecker, 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.