15-puzzle-game
There are 25 repositories under 15-puzzle-game topic.
react-puzzle-games/15-puzzle
15 puzzle game built with ReactJS & Material-UI
24seconds/rust-15-puzzle-cli
15 puzzle cli written in Rust!
3ddelano/slide-puzzle-godot
Classic slide puzzle game made with Godot game engine.
arasgungore/N-puzzle-solver
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
AhsanRiaz9/15-Puzzle-Game-in-Java
15 Puzzle Game - Game of Fifteen in Java
m-strzelec/fifteen-puzzle-solver
Solve a sliding 15-puzzle using different search strategies.
CristianCosci/15puzzleGame_OCaml
Implementing A-star(A*) to solve 15-Puzzle game in OCaml
bazhanius/15-puzzle-game
The 15-puzzle game written on HTML, CSS and vanilla JS for educational purpose.
bd2720/SlideySupremeRedux
A sliding puzzle game running on the Processing sketchbook (Java).
beling/puzzles
Rust software for solving combination puzzles.
FaizanMohd5/15-Puzzle-Game-C
This is a 15 Puzzle Game in C, with arrow key controls on a 4x4 board. Randomized tile positions generated by time.h library. Includes a rules window and developed using Code::Blocks IDE.
gabrielb-ss/JD15
15 puzzle game made using Godot Engine
RPG-coder/8-puzzle-and-15-puzzle-Game
8 puzzle and 15 puzzle game using Backtracking algorithm
seblessa/15-Puzzle-Game
First assignment for the Artificial Intelligence Class, 2º Year, 2º Semester , Bachelor in Artificial Intelligence and Data Science.
arnonsang/15-puzzle-svelte
The 15 Puzzle is a sliding puzzle which has 15 square tiles numbered 1 to 15 in a frame that is 4 tile positions high and 4 positions wide, with one unoccupied position. Made with SvelteKit
Bombo01/Puzzle-solver
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
bro256/puzzle-15-backend
Java Spring based 15 Puzzle Game backend API
linco95/AIRefactoring
This repository is my solution to an assignment in the course Artificial Intelligence in video games. I uploaded it here because I am going to refactor it and write a blog post about it for my portfolio/resume
mixaisealx/15-puzzle-lite
My rather old implementation of the "15" puzzle in C++ in an event-driven style with functional layers.
sankalprane/N-Puzzle-Solver
Used React Hooks to create a UI for N-Puzzle-Problem-Solver-Using-AI
Wemaka/The15Puzzle
A simple "the 15 puzzle" game on JS
Anthony01M/15-puzzle-game
A Simple 15 puzzle game for my portfolio
anubhavparas/n-puzzle-problem
Simple BFS search to solve N-Puzzle Problem
SayantanGa/Slide-Quest
Puzzle solving game using HTML, CSS & JS.