Orts game

wip multiplayer rts set in wwii


Project maintained by VaTTeRGeR Hosted on GitHub Pages — Theme by mattgraham

WWII Multiplayer RTS - Work in progress

Render of Mortar

Requirements

-Eclipse with Java and Maven support (any modern Eclipse release basically)
-OpenGL enabled graphics card, some Intel HD chipsets make trouble

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 (~10MB)

Execution

-navigate to the "application" package
-Run one instance of the server => MainHeadless
-Run one or more instances of the client => DesktopLauncher