Skip to content

A bad recreation of the amazing Balatro video game in Clojure.

Notifications You must be signed in to change notification settings

AussieGuy0/balatro-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balatro-clj

A bad recreation of the amazing Balatro video game in Clojure.

Usage

Run the project directly, via :main-opts (-m balatro-clj.main):

$ clojure -M:run-m
Hello, World!

Run the project's tests (they'll fail until you edit them):

$ clojure -T:build test

Run the project's CI pipeline and build an uberjar (this will fail until you edit the tests to pass):

$ clojure -T:build ci

Run that uberjar:

$ java -jar target/net.clojars.balatro-clj/balatro-clj-0.1.0-SNAPSHOT.jar

About

A bad recreation of the amazing Balatro video game in Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published