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