CLJS HTML Canvas implementation of Tertris.
CLJS HTML Canvas implementation of Tertris.
This is a basic implementation of tetris written in clojurescript. You can play
the build of this here.
If you would like to build this for to work on it, it uses the
boot build tool. Install the build tool. Then you can clone
the repo. From the root of the project run boot dev
. This will start building
the project then run a simple webserver hosting the site at localhost:8080
.
Have fun!!!