Play game
AstraNav's itch.io pageResults
| Criteria | Rank | Score* | Raw Score |
| Originality | #23 | 2.236 | 3.000 |
| Polish | #24 | 1.789 | 2.400 |
| Gameplay | #24 | 2.087 | 2.800 |
| Overall | #24 | 2.037 | 2.733 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How did you use generative AI?
I used Astrocade to generate All parts of the game through AI prompts.
Leave a comment
Log in with itch.io to leave a comment.


Comments
I just get freaked out when it took me to an external link.
why external link?
You’ve made a pretty enjoyable puzzle game. I’d suggest adding an option to speed up or slow down the plane, as waiting for it to reach the right block took a bit too long sometimes :)
Overall: Clean visual design with a cohesive color palette and some nice details, but unclear mechanics and some painful audio choices hold it back.
What Worked Well:
Areas for Improvement:
I'd appreciate a rating of my game if you haven't already.
A cool arcade puzzler! I’d recommend making an itch page with a simple HTML wrapper for your game, something like:
<!doctype html> <html> <head> <meta charset="utf-8" /> <title>AstraNav</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style> html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: #000; } iframe { width: 100vw; height: 100vh; border: 0; display: block; } </style> </head> <body> <REMOVETHISiframe src="https://www.astrocade.com/games/astranav/01KSZPR2TREDKYE2ZWWJTEEF3J?sharedByCreator=Plepguy&surface=web" allow="fullscreen; autoplay; pointer-lock" allowfullscreen> </iframe> </body> </html>thanks. I'll give this HTML wrapper a go next time.
Good job, ! Rated. Don't forget to rate my game too!
Great audio, gameplay haves potential.