metasoarous / checkers

a game of checkers written in clojurescript using re-frame and reagent, utilizes the html5 canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkers

A re-frame application designed to ... well, that part is up to you.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

lein clean
lein cljsbuild once min

About

a game of checkers written in clojurescript using re-frame and reagent, utilizes the html5 canvas


Languages

Language:Clojure 97.5%Language:HTML 2.5%