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
I've noticed when you create the board you make it 3 x N, being N passed as a parameter on the constructor. But when the presenter will present the board, it assumes it's N x N.
I guess the board must relay it's size to the presenter as well as the spots available.
The text was updated successfully, but these errors were encountered:
I've noticed when you create the board you make it 3 x N, being N passed as a parameter on the constructor. But when the presenter will present the board, it assumes it's N x N.
I guess the board must relay it's size to the presenter as well as the spots available.
The text was updated successfully, but these errors were encountered: