Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ncharlton02/robogeddon-libgdx

A secure the area game focused on resource automation
https://github.com/ncharlton02/robogeddon-libgdx

2d-game game-development java libgdx libgdx-desktop

Last synced: 22 days ago
JSON representation

A secure the area game focused on resource automation

Awesome Lists containing this project

README

        

# 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.
### New Repo: [devorc/robogeddon](https://github.com/DevOrc/robogeddon)

### Running the game
To run the client:
```
gradlew packSprites run
```

To run the server:
```
gradlew server:runServer
```

### Pictures

![Mining Base](images/mining.png)
![Enemy Base](images/enemy_base.png)
![Main Menu](images/main_menu.png)

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