Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I love the space theme and how you made the planets orbit. I always wanted to make a game like this, so I'm glad you did it. The effect of the probe is cool, but it's kind of difficult to dodge the asteroids. Should I launch a probe at a planet to get closer to it and avoid an asteroid, or is there another way to move?

Thank you very much for the review. As for the orbiting planets, we made use Unity's transform.RotateAround() methods that basically rotates a gameobject around the Vector3.  For the gameplay part, you need to launch the probe by clicking on the screen so that it hits or passes through a planet while it is traversing. When it the probe hits the planet the astronaut takes the position of the planet while dodging the incoming astroid.  Again thank you very much, so glad you did the review.