Skip to content
/ cellf Public

πŸ‘ Experiment / small game that reflects you and your surroundings

License

Notifications You must be signed in to change notification settings

dmotz/cellf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf0b373 Β· May 23, 2020
Oct 10, 2018
May 23, 2020
Aug 31, 2019
Oct 13, 2018
Oct 10, 2018
Aug 29, 2015
Oct 10, 2018
Aug 31, 2019

Repository files navigation

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.