From a2969c6110cfb4800fb305303e0e42e479c06f7b Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 19 Oct 2021 11:38:09 +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 0c85363..ad599c3 100644 --- a/exercises/25/pacman_ai/README.md +++ b/exercises/25/pacman_ai/README.md @@ -104,4 +104,4 @@ and return true if the first parameter is closer from PacMan than the second. ## Advanced -For people who want to create a fancier IA, if you want to introduce some randomness, you can look at this SFML function https://www.sfml-dev.org/tutorials/1.6/system-random.php - you will need to include #include +For people who want to create a fancier AI, if you want to introduce some randomness, you can look at this SFML function https://www.sfml-dev.org/tutorials/1.6/system-random.php - you will need to include #include