Title:
HaxeFlixel - FlxCaveGenerator
Source:
https://haxeflixel.com/demos/FlxCaveGenerator/
Tags:
- Demonstration
- Pixel
- Utility
- Procedural Generation
- HaxeFlixel
Date Added:
7/27/2023, 8:49:32 PM
Date Modified:
7/27/2023, 8:49:32 PM
Original Description:
A demo showing off the capabilites of FlxCaveGenerator.
Generating a cave for a FlxTilemap is really simple:
var caveData:String = FlxCaveGenerator.generateCaveString(Width, Height, SmoothingIterations, WallRatio);
The String generated can be used directly in FlxTilemap's loadMap() method.
You can use WASD or the arrow keys to move the little character around. :)
Application Path:
FPSoftware\Flash\flashplayer_32_sa.exe
Launch Command:
http://demos.haxeflixel.com/swf/FlxCaveGenerator.swf
ID:
9158aa48-09f1-4186-88b3-f77d0f71b2d2