{{ message }}
ghroot/vast-server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Multiplayer server using an ECS implementation with Artemis ODB and networking with Toast Haste.
Mac:
./gradlew fatJar
Windows:
gradlew.bat fatJar
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.
