Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangomango/astrorunner
GMTK 2024. A spaceship escape game. Avoid obstacles and fly as long as you can
https://github.com/orangomango/astrorunner
java javafx space
Last synced: about 2 months ago
JSON representation
GMTK 2024. A spaceship escape game. Avoid obstacles and fly as long as you can
- Host: GitHub
- URL: https://github.com/orangomango/astrorunner
- Owner: OrangoMango
- License: mit
- Created: 2024-07-26T20:10:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:57:14.000Z (5 months ago)
- Last Synced: 2024-11-19T21:09:38.463Z (about 2 months ago)
- Topics: java, javafx, space
- Language: Java
- Homepage: https://orangomango.itch.io/astrorunner
- Size: 3.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AstroRunner v1.0
Control your spaceship as long as you can. Avoid the obstacles and be careful, your speed increases over time.
Due to the 3D perspective implemented from scratch, the obstacles get bigger and bigger and if you collide with them, you lose.# Download or play it in the browser
Game page: https://orangomango.itch.io/astrorunner# How to play
Use the arrows to rotate the ship and space to pause/resume. Remember to collect the power-ups on the way :)![GIF_20240820_173449_091](https://github.com/user-attachments/assets/fb7e93ab-4cc9-4d3d-a0c9-4b2f3d17f736)
----
**Developed in around 48h without an engine. Made completely from scratch in Java with the JavaFX framework.**
A submission to GMTK Game Jam 2024 and OLC CodeJam 2024