From d6f3eb7c818e7f5d4b74b04224cb28270980f67d Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 19 Oct 2021 11:37:40 +0200 Subject: [PATCH] Update README.md --- exercises/25/pacman_ai/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exercises/25/pacman_ai/README.md b/exercises/25/pacman_ai/README.md index 855faf0..0c85363 100644 --- a/exercises/25/pacman_ai/README.md +++ b/exercises/25/pacman_ai/README.md @@ -101,3 +101,7 @@ Use the [std::sort](https://en.cppreference.com/w/cpp/algorithm/sort) function t 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