Update README.md

This commit is contained in:
Patricia Aas 2021-10-19 09:39:53 +02:00 committed by GitHub
parent 10accfd5a6
commit d4feab4c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ bool PacManAI::isValidMove(const Move & move) {
<details>
<summary>Hint</summary>
Use isWalkableForPacMan in Board.cpp to make sure PacMan is not walking in ways that are not legal
Use [isWalkableForPacMan](../../../lib/Board.cpp) to make sure PacMan is not walking in ways that are not legal
</details>