Create a file under /src/utils/ called randomizer.ts.
This will be the helper file for randomizing the map obstacles (walls and destructibles). We generate an int[][] array similar to the format in #5 . This file simply provides a map data randomizer function.
[x] #9
[x] Sets up destructibles
[ ] Sets up player positions (Note: awaiting instruction if we'll keep this)
Create a file under
/src/utils/
calledrandomizer.ts
.This will be the helper file for randomizing the map obstacles (walls and destructibles). We generate an int[][] array similar to the format in #5 . This file simply provides a map data randomizer function.