Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ncharlton02/stationalpha

A game where you build a space station
https://github.com/ncharlton02/stationalpha

2d-game game java libgdx space spacegame

Last synced: 19 days ago
JSON representation

A game where you build a space station

Awesome Lists containing this project

README

        

# StationAlpha [WIP]
A game where you build a space station

![Station Alpha Icon](screenshots/icon.png "")

### [Download: Itch.io](https://devorc.itch.io/station-alpha)
### [Download: Github Releases](https://github.com/DevOrc/StationAlpha/releases)

## How to run from Source

Run the following command in the root folder

`gradlew desktop:run`

## Screen Shots
![](screenshots/main_menu.png "")
![](screenshots/in_game1.png "")
![](screenshots/in_game2.png "")
![](screenshots/in_game3.png "")

## Zulu
Zulu is a prototype GUI library for LibGDX written in Kotlin.
The goal is to eventually integrate Zulu into StationAlpha (to replace the current GUI code)

To run the test run the following command:

`gradlew zulu:run`