#WWII RTS - Work in progress
Tested on Windows 7/10 and Lubuntu 18.04
#Requirements
-Eclipse with Java 12 or newer and Maven (latest Eclipse/Java combo basically)
-OpenGL 3.2 enabled graphics card, older Intel HD chipsets do not support OpenGL properly
#Installation in Eclipse
-Import -> Projects from git -> https://github.com/VaTTeRGeR/orts_game.git -> DONE
OR
-Clone to local disk
-Import -> existing project into workspace -> DONE
OR
-Download as ZIP
-Unzip
-Import -> existing project into workspace -> DONE
Maven automatically downloads dependencies after you import the project.
The project is old and large, importing from github may take a while.
#Execution
-Run the main class: de.vatterger.game.ClientApplication2D as "Java Application"
#Runnable JAR Export
-Right click on the Eclipse project
-Click "Run As" -> "Maven build..."
-Type "package" into the field "goal" in the "Maven-build..."-screen
-Click "Apply" and "Run"