randomgeon/utility
Dan Baker bf09402bc5 Implements basic map generation
Adds a simple map generation system.

The generator creates a path from the bottom row to the top row,
with random horizontal movements and a configurable probability of moving up.

The map is then printed to the console for debugging and visualization.
2025-04-29 19:08:47 +01:00
..
CoordUtility.gd Sets up initial project structure 2025-04-29 17:35:39 +01:00
CoordUtility.gd.uid Sets up initial project structure 2025-04-29 17:35:39 +01:00
MapGenerator.gd Implements basic map generation 2025-04-29 19:08:47 +01:00
MapGenerator.gd.uid Implements basic map generation 2025-04-29 19:08:47 +01:00