Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ncharlton02/stationalpha
- Owner: ncharlton02
- License: mit
- Created: 2019-01-24T12:50:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T23:29:38.000Z (about 5 years ago)
- Last Synced: 2024-10-27T19:57:13.238Z (2 months ago)
- Topics: 2d-game, game, java, libgdx, space, spacegame
- Language: Java
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`