I can see how games such as Zig Zag and most of Ketchapp style games can be endless. But, are other games such as Color Switch really endless? The distance of each hall in Zig Zag is definitely endless since its generated with a random number generator. But, Color Switch doesn’t seem to be since the map is always the same whenever you restart it. It seems like the game isn’t really endless, rather it just has a lot of obstacles that most players would never see the end part.
If you want to make a game that’s endless but you can’t necessarily use a random number generator, is the only solution to making such game is just creating a lot of obstacles?