A collection of small python games made by me using pygame and tkinter libraries
-
Updated
May 14, 2024 - Python
A collection of small python games made by me using pygame and tkinter libraries
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
Solve 15-puzzle (Game of 15)
Solve a sliding 15-puzzle using different search strategies.
4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)
8 puzzle and 15 puzzle game using Backtracking algorithm
Repository for Artificial Intelligence Class
Greedy Algorithm (AI)
A python program to solve 15-puzzles using branch and bound algorithm.
This project solves a 15 puzzle board from an input file using A star graph search
Tkinter applications contains a collection of Python projects based on the Tkinter library. It includes a multifunctional watch, a personal agenda, a scientific calculator, and many other useful applications.
A 16-puzzle solver with graph search algorithms
Naive and A* implementation of the classic 15-puzzle in python.
Simple BFS search to solve N-Puzzle Problem
Sliding game Puzzle 15, with bot for auto solving, that uses the IDA* algorithm
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.
Add a description, image, and links to the 15-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the 15-puzzle topic, visit your repo's landing page and select "manage topics."