Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ncharlton02/robogeddon-libgdx
- Owner: ncharlton02
- License: mit
- Created: 2020-04-04T13:32:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T16:43:51.000Z (over 4 years ago)
- Last Synced: 2024-11-01T20:42:16.271Z (2 months ago)
- Topics: 2d-game, game-development, java, libgdx, libgdx-desktop
- Language: Java
- Homepage:
- Size: 4.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!