ace-of-shades-2/launcher
Andrew Lalis 99a1ef3441 Added app category. 2022-08-07 12:49:59 +02:00
..
src/main Added better client command-line config, and set up simple application packaging pipeline. 2022-08-07 12:48:24 +02:00
README.md Added launcher base javafx code. 2022-07-15 13:00:14 +02:00
package_linux.sh Added app category. 2022-08-07 12:49:59 +02:00
pom.xml Added better client command-line config, and set up simple application packaging pipeline. 2022-08-07 12:48:24 +02:00

README.md

AoS2 Launcher

The launcher is a standalone application that can be installed on a client's computer, to make starting the client program easier. Since the client boots up and directly connects to a server via command-line arguments, everything before that is managed by the launcher, like finding a server, choosing a nickname, etc.

This is a JavaFX application.