Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 529 Bytes

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.