Update README.md

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

View File

@ -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 <SFML/Randomizer.hpp>
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 <SFML/Randomizer.hpp>