C'est une jeu qui trouve le plus court chemin vers un cible (clique avec le souris) en prenant en considération les obstacles du grille en utilisant l'algorithme de parcours en largeur (BFS) et le biliotheque pygame 2.3.0 et python 3.9.12 Le fichier ci-dessous est un script python développé sur Jupyter Notebook.
#############################################################################################
This is a game that finds the shortest path to a target (clicked with the mouse), taking into account the grid obstacles using the breadth-first search (BFS) algorithm and the pygame 2.3.0 library in Python 3.9.12. The file below is a Python script developed in Jupyter Notebook.