Hello, wanted to note that in the project description pdf file:
getHiddenIntBoard() Returns the board as 0,1 or -1 where 1 are tunnel, 0 walls and -1 empty position. Hidden objectives will be displayed as empty.
But I get the hidden objectives as crosspath's (010 111 010). Given that getHiddenBoard() returns the objectives as number 8 tile's, then I conclude that the implementation of getHiddenIntBoard() is correct but the documentation is wrong. Is that right?