Really love the visual style you have going here! The gameplay is also fun, although I did struggle a bit with the loops -- sometimes I let go just a moment too early because the player graphic had completed the loop, but I guess the line itself hadn't crossed over yet. Perhaps it could auto-complete instead when you make the loops? I think the music fit really nicely, although ironically enough, it didn't loop for me so I had to refresh the page a few times. Overall very nice work!
Viewing post in GLORBIT Saves the Galaxy jam comments
Thanks for playing Sebastian! Yes, I think the loop implementation requires more leniency. Right now I'm doing an intersection check on each point pair, but that sometimes leads to the player just barely creating a loop. Perhaps I can do a radius check on the last point to see if there's a neighbour n-points away to form a mercy-loop. Can't wait to see your next video! 👽💖