Project Name | N-Puzzle Game |
---|---|
Subject | Artificial Intelligence |
Start Date | 11/2023 |
End Date | 12/2023 |
Team Size | 2 |
Documentation | |
Demo Video | LINK |
Summary | This Python programming application utilizes the tkinter graphics library and is built following a functional source code structure. It involves creating an N-Puzzle game using AI algorithms, including global search methods (informed and uninformed) and local search, combined with heuristic distance estimation functions. This allows for observations and evaluations of the effectiveness of each used algorithm. |
This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This Python app with tkinter creates an N-Puzzle game using AI algorithms, including global and local search, for evaluating effectiveness.
The-Cookies-Team/N-Puzzle-Game
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This Python app with tkinter creates an N-Puzzle game using AI algorithms, including global and local search, for evaluating effectiveness.