Update README.md

This commit is contained in:
Patricia Aas 2021-10-19 09:36:55 +02:00 committed by GitHub
parent 77e5b6a34c
commit 667dc08b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>