Hi, I'm very new to Haxeflixel and trying to wrap my head around the procedural generation of levels for an endless runner game. However, it seems wherever I search I only ever find people creating premade levels with either Ogmo editor or using FlxTileMap. Neither of these approaches seem to make much sense for procedurally generated levels. Even Mode, the only Haxeflixel procedural project I can find, uses FlxTileMap (and I won't pretend to understand how that works). I'm just wondering if anyone has any good resources or tips for creating levels in the code instead of relying on these 2 methods. I feel this shouldn't be too difficult and yet I'm even struggling with basic things like object collision (using FlxG.collide in the update function for my floors and player has weird effects, like floors falling with the player upon contact).
In general if anyone has any advice or knows good resources for making a procedurally generated endless runner game in HaxeFlixel, it would be much appreciated. There seem to be so few resources out there.