This is a proof-of-concept game engine that is mostly written in the common subset of Clojure and ClojureScript. Theoretically it could target any JS or Clojure platform (e.g. Android). It currently only targets the browser and Java desktop.
-
common
contains platform-independent sources. -
web
andswing
contain platform-specific bindings.