Skip to content

Ondra09/tetris

Repository files navigation

Tetris

Learning projec to learn Clojure & play-cljc

Template taken directly from play-cljc examples:

play-cljc

To build this project, you'll need the Clojure CLI tool:

https://clojure.org/guides/deps_and_cli

To develop in a browser with live code reloading:

clj -A:dev dev.clj

To build a release version for the web:

clj -A:prod prod.clj

To develop the native version on each OS:

clj -A:dev:linux dev.clj native

clj -A:dev:macos -J-XstartOnFirstThread dev.clj native

clj -A:dev:windows dev.clj native

To build the native version as a jar file:

clj -A:prod prod.clj uberjar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published