Is the map of this game fixed or randomly generated?

There is this one game called “Balls?” made by a game developer and youtuber named Dani. I want to know if the map of that game is fixed or randomly generated. Is it just a sandbox game where you can explore it endlessly?

Link : https://play.google.com/store/apps/details?id=com.Dani.Balls&hl=en&gl=US

Check out my answer at How does balls spawning system work?


Yes, the game is essentially infinite, loading the map as chunks around the player as he enters a new sector of the world. The chunk is generated by spawning balls and other objects in random locations around the player, I suppose.


Obviously, the game is a lot more to it than just pure randomness. Noise may be used to group objects together, and even decide where bosses or portal things are spawned. @Faiz_Abdullah