Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 504 Bytes

Vast Multiplayer Server

Multiplayer server using an ECS implementation with Artemis ODB and networking with Toast Haste.

Monitor

Build

Mac:

./gradlew fatJar

Windows:

gradlew.bat fatJar

Run

java -jar build/libs/vast-server-all.jar -simulate 500 -monitor

The monitor argument will enable the visual monitor where most aspects of the server simulation can be inspected.