Hello! I played your game and for the first jam it's really good. With some polish like sound and sfx it will be great.
It's awesome that you implemented AI (I lost to it). It's very hard to do so really good job.
I liked the ship momentum, particles effect and game is good for speed running since it require some skills. Good job!
I would be glad if you could play and rate my game too and leave some feedback! Thank you!
Viewing post in Star Runner jam comments
Thanks! I totally agree, the game need some polish, I think I will continue to work on it.
For the IA, it's my first game jam, and first (kind of) finished game, but I work as a developer (not game related), so code side, I have some training.
If you want, the code is available on github, the link is in the source part of the submission. When the game is run from the editor, you will have some debug info, but in short, it's just some symmetry based on the current velocity and the current target, a point of a path which is the circuit.
The code is just a little messy and not documented, since I rushed it for the jam, so if you look at it, good luck!