Welcome to Trude's Troops, a short card/auto battler game.
To use this program, you need Java 8 or newer. You can download Java Runtimes for example from here or here.
The program can be started by simply running the jar file:
java -jar TrudesTroops.jar
There are multiple difficulty settings. You can set them though the -difficulty
program argument. Possible parameters
are easy
, medium
, hard
and very_hard
. The default is easy
.
For example, the following command would let you play the game on hard
difficulty:
java -jar TrudesTroops.jar -difficulty hard
Trude's Troops
Copyright (C) 2020 Florian Fischer
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.