VaTTeRGeR / orts_game

This is my sandbox right now, it will someday be a game but don't expect anything!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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"

About

This is my sandbox right now, it will someday be a game but don't expect anything!


Languages

Language:Java 98.5%Language:GLSL 0.9%Language:Python 0.5%Language:Batchfile 0.0%Language:Shell 0.0%