+ 1
Why is this giving a "cannot find symbol" error
4 Answers
+ 2
You used camel case to name the class "GameBoard" but didn't use it to instantiate it "Gameboard"
+ 2
Typo
GameBoard gb = new GameBoard(2, 3);
+ 1
how did I miss that lol
I was staring at it for 30 minutes
must be tired
thank you
+ 1
It happens the best of us. That is the main reason for tag-team coding.