/Robogeddon-libgdx

A secure the area game focused on resource automation

Primary LanguageJavaMIT LicenseMIT

Robogeddon

A secure the area game focused on resource automation

Note: This is not being actively developed. There is a new (WIP) version written in Rust.

Running the game

To run the client:

gradlew packSprites run

To run the server:

gradlew server:runServer

Pictures

Mining Base Enemy Base Main Menu

Building an image

To build a Windows image (bundled JRE) simply run the following

gradlew client:runtime

The image will be in the client/build/image folder!