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.
Greedy Algorithm (AI)
Repository for Artificial Intelligence Class
A python program to solve 15-puzzles using branch and bound algorithm.
8 puzzle and 15 puzzle game using Backtracking algorithm
4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)
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
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.
Sliding game Puzzle 15, with bot for auto solving, that uses the IDA* algorithm
15-Puzzle Solver Program Implemented Using Branch and Bound Algortithm
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."