/om-my-game-of-life

Game of Life written with use of ClojureScript and Om (cljs + om = ♥).

Primary LanguageClojure

om-my-game-of-life

Motivation

I always wanted to do something with use of Om and ClojureScript, and here it is. With high probability it is not an idiomatic Clojure code, you have been warned. 😉

Screenshot with example functionality

cljs + om = ♥

It is a part of lecture for Meet.js meetup in Katowice (performed at 11.02.2015). You can find slides here.

How to start?

First, you need to compile the ClojureScript to JS with:

$ lein cljsbuild auto

Option auto means that it will automatically recompile when any script will change. Then you can open file from resources/index.html in your browser of choice.