Dmarsh12fitch / CircutBoardTowerDefense

0 stars 1 forks source link

Path Drawing Bug #11

Closed andystopia closed 2 years ago

andystopia commented 2 years ago

Problem

The path drawing algo is that it simply calculates where all the lines and corners go depending on the state of the surrounding cells. The problem is that you could, in theory, have two paths that run parallel to each other, therefore, the path needs to be a little bit smarter about how it's going to draw itself.