Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I see a lot of people using this planet generator, nice choice. The platformer also looks clean.

Some things I want to suggest:

- `E` for interacting with the main menu is a bit funky, also I couldn't actually click the buttons

- I had to run the game each time to figure out what dependencies were missing, a requirements file would be nice, this is what I figured out:

```py

PyGLM webcolors zengl zengl-extras

```


But otherwise good stuff, thumbsup from me

(+1)

we didnt use a premade generator for the planets. They're being drawn on the gpu. The only thing premade is the normal and uv textures as well as the planet texture itself


thanks for the requirements.txt suggestion, added it to the source now

oh cool, then that makes it even more awesome

We made our own planet generator and planet shaders. crazy to see it was this high qualitly that it seems like it's pre-made. ty for the suggestions tho.