Simulate gamebook character generation and combats primarly for demonspawn serie and others.
-
A computer running any OS as it a java program.
-
A Java Runtime Environment (JRE) >= 11
The prerequisites might be preinstalled.
An exemple of check under Linux :
Open a terminal (cmd.exe on windows) or a terminal (bash on linux).
java --version
openjdk 11.0.11 2021-04-20 OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2) OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2, mixed mode, sharing)
If it is not installed, or Java is not the correct version, just :
- Download Java version > 11
- Install it
Download the last version of ldvelh_combats_simulator-Releases .
- Open a terminal (cmd.exe on windows) or a terminal (bash on linux).
java -jar ldvelh_combats_simulator-<version>.jar
- Follow the instructions.
.Prerequisites
- Java SDK == 11
- Maven == 3.8
- Lombok == 1.18.28