NoahBres / MeepMeep

Path visualization tool for Road Runner
63 stars 34 forks source link

Changed constructors to accept 2 parameters for width and height, as well as adding an overload for a square size #45

Closed greenbear26 closed 3 months ago

greenbear26 commented 3 months ago

Hi, I'm a member of FTC team 19411, the Tech Tigers. We are going to CRI this year, and the field has been modified to be 8 tiles by 6 tiles, so not a square. Unfortunately MeepMeep only allowed for a square size, so we weren't able to use it. So, I modified the MeepMeep class to alternatively accept 2 parameters, while also having an overload to only accept the single size. I have been using this version in my code, and it has worked pretty well so far. I think this can add additional use to MeepMeep without taking away functionality.

NoahBres commented 3 months ago

Thank you!