Update README.md
This commit is contained in:
parent
77e5b6a34c
commit
667dc08b53
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ bool PacManAI::isValidMove(const Move & move) {
|
|||
|
||||
<details>
|
||||
<summary>Hint</summary>
|
||||
Use [isWalkableForPacMan](../../../lib/Board.cpp) to make sure PacMan is not walking in ways that are not legal
|
||||
Use isWalkableForPacMan in Board.cpp to make sure PacMan is not walking in ways that are not legal
|
||||
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in a new issue