Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.48 KB

Welcome to the ldvelh_combats_simulator !

short description

Simulate gamebook character generation and combats primarly for demonspawn serie and others.

Pre requisites

  • 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 :

Installation

Download the last version of ldvelh_combats_simulator-Releases .

How to Use ?

  • Open a terminal (cmd.exe on windows) or a terminal (bash on linux).

java -jar ldvelh_combats_simulator-<version>.jar

  • Follow the instructions.

Dev's corner

.Prerequisites

  • Java SDK == 11
  • Maven == 3.8
  • Lombok == 1.18.28

Links