You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The grid, coordinates, and movements are hard to code/read/understand.
It would make life far easier if the grid, instead of being implemented as a list of lists containing integers, was a list of lists containing tile objects.