Haven't played yet, but I saw the video on the announcement page and I absolutely love the style!! The fast game play and the effects... it looks very good!
And I had never seen a circular shoot'em up before, that's a good idea!
Thank you! Made two games that used circular platforming in different ways(a tower defense and a gravity platformer) so this is just a continuation on that idea!
I found that out a few days ago because I saw that code somewhere, but wow, thanks for saying it, an egoistic developer would probably have kept it to themself. Also that would help me a lot if I didn't know it already, because I know very little about mathematics, so thank you a lot for explaining it! And I saw that video of Planet Digger, the visuals are so cool!
← Return to game
Comments
Log in with itch.io to leave a comment.
There's a BBS version? Thanks!
Somehow got a 144 immediately after a streak of abysmal failure.
edit: 421
its 52 a good score?
its 67 a good score?
Yeah, good work! 😊
Dang that's hard. The predictive firing is impressive. As a trig enjoyer this game's coding really tickles my fancy.
Thank you! Some simple trigonometry can go far.
15. Does shooting the eye do anything?
Shooting back, so you should not shoot the eye.
Ah.
Haven't played yet, but I saw the video on the announcement page and I absolutely love the style!! The fast game play and the effects... it looks very good!
And I had never seen a circular shoot'em up before, that's a good idea!
I wish I made games like that!
Thank you! Made two games that used circular platforming in different ways(a tower defense and a gravity platformer) so this is just a continuation on that idea!
It's quite simple! :)
PlayerX = centerX+ cos(angle) * distanceFromCenter
PlayerY = centerY+ sin(angle) * distanceFromCenter
This describes the player position, changing the angle moves the player around the circle.
I found that out a few days ago because I saw that code somewhere, but wow, thanks for saying it, an egoistic developer would probably have kept it to themself. Also that would help me a lot if I didn't know it already, because I know very little about mathematics, so thank you a lot for explaining it! And I saw that video of Planet Digger, the visuals are so cool!
Thank you! I am all for sharing some knowledge, we learn from each other! :)
Really nice! Good candidate for a Playdate port, as well ;)
Thanks! It started as a prototype for a playdate game 😂 but got a bit carried a way, but the plan is to make a playdate game soon!
nice game! my best is 48
Thanks! That's a good score! ✨