43 results for “topic:fifteen-puzzle”
A package of 18 text-based modern games
Solve the Fifteen Puzzle optimally with IDA* using different heuristics.
In my Repo u can find 16 Games done in C++
Dungeon with plates, gates, portals, barrels, platforms, mirrors, keys and monsters; classic and new logic puzzles
Fifteen puzzle game written with React
Solve a sliding 15-puzzle using different search strategies.
( •́ ⍨ •̀)
A classic 15-puzzle game
This is a classic 15-puzzle, one of the world’s most recognized and popular brainteasers.
C++ program that solves fiftheen puzzle by state space search
Fifteen Puzzle.
An old puzzle got a new look
A classic Fifteen Puzzle game implemented in Java with a graphical user interface using Swing.
"Fifteen puzzles" solver using BFS, DFS, A* algorithms for searching graphs for Artificial Intelligence and Expert Systems course at TUL
Flutter 3.x - sliding puzzle
Игра "Пятнашки" на Qt
🕹 Puzzle Game (beta)
Game inspired by fifteen puzzle
A classic puzzle game Fifteen Puzzle with minimalistic design implemented in Flutter
Fifteen Puzzle
Repository contains implementation of exemplary fifteen-puzzle solving techniques supplemented by GH actions testing environment.
App for solving fifteen puzzle problem using various search algorithm.
A Node.js app that allows users to play Fifteen Puzzle (a console game written in C++) via a WebSocket connection.
Puzzle game "Fifteen"
No description provided.
No description provided.
Finds a solution to the 15 puzzle game based on the BFS algorithm in Kotlin Programming Language
Fifteen game in Elm with PWA features
🖼️ 15 Puzzle built with Python and raylib
A program that solves fifteen puzzle using bfs, dfs and astar heuristics. Prepared for Artificial Intelligence and Expert Systems classes on TUL.