Tries to implement an Chess Engine with clojure.
- install leiningen
- clone this repo, cd into directory
- run 'lein cljsbuild once' or 'lein cljsbuild auto' to compile sources in src-cljs ('auto' rebuilds automatically when sources change)
- run 'lein run' to start a webserver on port 8080
- browse to localhost:8080