Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayzr522/astra
The first game I ever created
https://github.com/rayzr522/astra
Last synced: 26 days ago
JSON representation
The first game I ever created
- Host: GitHub
- URL: https://github.com/rayzr522/astra
- Owner: rayzr522
- Created: 2018-01-26T22:55:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:07:19.000Z (11 months ago)
- Last Synced: 2023-12-22T03:14:01.521Z (11 months ago)
- Language: Java
- Size: 32.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astra
> The first game I ever created
This was a project from back around 2013, and it was the first game I ever created. Needless to say, my code quality was sub-standard and I'm sure the logical inconsistencies and bugs are numerous. However, I thought I should release this, seeing as it is an ancient piece of my history.
## Installation
Just download the latest JAR file [off of the releases page](https://github.com/Rayzr522/Astra/releases). There are no dependencies or tools you need to install, just double-click on the JAR file once it downloads.
## Compiling
To compile this yourself, simply download the GitHub repository and build with Maven:
```bash
git clone https://github.com/Rayzr522/Astra.git
cd Astra
mvn
```The compiled JAR file can be found in the `target` subdirectory.