From 667dc08b5341742517c0c854a5d249d0d88c2e78 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 19 Oct 2021 09:36:55 +0200 Subject: [PATCH] Update README.md --- exercises/25/pacman_ai/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/25/pacman_ai/README.md b/exercises/25/pacman_ai/README.md index 4488952..292ca7d 100644 --- a/exercises/25/pacman_ai/README.md +++ b/exercises/25/pacman_ai/README.md @@ -66,7 +66,7 @@ bool PacManAI::isValidMove(const Move & move) {
Hint -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