There are 1 repository under 15-puzzle topic.
A collection of small python games made by me using pygame and tkinter libraries
The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react
This is a classic mini-game Fifteen Sliding Puzzle. This option works in the browser, in it you need to specify a regular picture, the program itself will cut the picture into squares and mix them.
15 puzzle game built with ReactJS & Material-UI
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
Implemented Search Algorithms
Classic slide puzzle game made with Godot game engine.
š My implementation of the classic fifteen-puzzle-game which consists of 4x4 grid with 15 tiles numbered from 1 to 15. Tiles are moved to order the numbers...
NxM puzzle solver using graph traversal algorithms
15-puzzle game in typescript with algorithmic solver.
Collection of projects created by me between Dec 25, 2020 to Feb 10, 2021
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
A C++ implementation of N Puzzle problem using A Star Search with heuristics of Manhattan Distance, Hamming Distance & Linear Conflicts
A sliding puzzle game and solver using ncurses.
š² The "15-puzzle" game pet-project in vanilla JavaScript
C codes for the Arificial Intelligence Course and algorithms.
:video_game: Classic Android Puzzle Game to reorder 15 tiles in ascending order
FifteenSlimes is the casual mobile game. It is representing the traditional FifteenPuzzle game with unique and bright visual. Enjoy!
š§© Demo 15 puzzle game on SwiftUI
Classic n-puzzle problem solver using A* search
Simple flexible UI for sliding puzzles.
Slid3 is an Android Game which is based on the famous 15-Slide Puzzle where the objective is to slide and arrange the number-tiles in order by making moves that use the empty space. Created with Unity Editor.
An old work for university class which demonstrates a 15-puzzle game
Solve a sliding 15-puzzle using different search strategies.
A sliding puzzle game based on c++
Implementation of a classic Fifteen Puzzle š§©
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
Some basic Ai algorithms used to solve 15 puzzle game