Ok. It was funnier than I expected. Usually don't like clones of famous games but it was fun. I even won and found the end of the world. I have a question. How do the asteroids work? It seemed to me that they work kinda like physics based. Attracting to the player and each other? But I am not sure... And obviously thank you for using my asset
Viewing post in John Space 5 Minutes Adventure comments
No, no, no, thanks to you for having your asset free and letting me use it! If you want me to use a screenshot of the game for the cover instead, let me know. 🤙
Yes, the asteroids spawn outside the camera with a random velocity towards the player and move towards him every frame.
The code is this:
transform.position += john * speed * Time.deltaTime;
The word limit is also unnecessary because the background generates when you go to that area, but in the beginning, I was planning on having health kits throughout the map.
Thanks for playing my game and the feedback!