clojure-sdl
Creador de fichas para "La sombra del Rey Demonio"
Prerequisites
Describe what you need to have installed in order to run this project.
This project is bases in Clojure, which is a JVM based languaje. You need at least Java 11. If you don't have one installed, you can download Java JRE from Adoptium.
Usage
The project is distributed as a jar with all dependencies inside.
Executing the project:
java -jar sdl-1.0.1-standalone.jar
Building
Prerequisites
In addition to a JDK, you need to install Clojure itself. Please, checkout the [official guide] (https://clojure.org/guides/install_clojure).
Tests
You can run all the tests using the kaocha runner:
clojure -M:test
Compile
Describe how to build the project yourself.
You can compile an uberjar with all dependencies packed with the following command:
clojure -T:build uber
This will generate a jar file on the target directory.
Changelog
Describe mayor checkpoints in your project's life
- 1.0: First basic version