abrie / nl12

Another experiment using Copilot to make a game
0 stars 0 forks source link

Implement a Map Generator #17

Closed abrie closed 4 hours ago

abrie commented 4 hours ago

Observed: There is no map generator Expected: A procedural map generator that returns an array of booleans representing filled and unfilled spaces. The output of the generator is used to populate the MapManager tilemap.