Wake1st / CitySmashinCritters

MIT License
1 stars 0 forks source link

init grid #48

Open Wake1st opened 1 year ago

Wake1st commented 1 year ago

resources:

Wake1st commented 1 year ago

grid creation

steps

  1. draw a line
  2. find an existing line from which a new line will be drawn
  3. add new line's start point to parent line
  4. repeat

rules

Wake1st commented 1 year ago

TODO

Wake1st commented 1 year ago

After some serious thought, I realized that having a procedurally created grid isn't needed for a simple game with set levels.

TODO: try to utilize this code for some future DLC?