#
15-puzzle
Here are 108 public repositories matching this topic...
A collection of small python games made by me using pygame and tkinter libraries
game
python
games
tetris
game-development
flappy-bird
game-2d
pygame
minesweeper-game
15-puzzle
piano-tiles
pygame-games
hyper-casual-game
classic-games
-
Updated
Jul 25, 2022 - Python
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.
javascript
game
html
game-engine
single-page-app
game-development
browser-game
mini-game
single-page-applications
web-game
web-based-game
casual-game
15puzzle
simple-game
15-puzzle
mini-games
html-game
15puzzlegame
-
Updated
Jun 18, 2022 - HTML
css
game
html
tiles
demo
puzzle
js
frontend
consists
play
puzzles
online-game
15-puzzle
hemdan
fecu
cmp2022
15puzzlegame
javescr
classic-games
fifteen-puzzle-game
-
Updated
Feb 5, 2020 - JavaScript
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
a-star
heuristics
heuristic-search-algorithms
linear-conflict
15-puzzle
n-puzzle
ida-star-algorithm
42fremont
42siliconvalley
-
Updated
Mar 14, 2022 - Python
Collection of projects created by me between Dec 25, 2020 to Feb 10, 2021
data-science
minesweeper
tic-tac-toe
python3
tkinter
rock-paper-scissors
management-system
15-puzzle
whatsapp-analysis
imerg
-
Updated
Feb 10, 2021 - Jupyter Notebook
NxM puzzle solver using graph traversal algorithms
ai
a-star
sliding-puzzle-game
bfs
8-puzzle
hamming-distance
15-puzzle
manhatten-distance
24-puzzle
graph-search-algorithms
ida-star
35-puzzle
-
Updated
Jun 4, 2021 - Java
15-puzzle game in typescript with algorithmic solver.
-
Updated
Sep 23, 2021 - TypeScript
Solve 15-puzzle (Game of 15)
python
astar
astar-algorithm
python3
greedy-algorithms
15puzzle
15-puzzle
astar-pathfinding
dijkstra-shortest-path
-
Updated
May 15, 2018 - Python
-
Updated
Dec 29, 2019 - Java
Classic slide puzzle game made with Godot game engine.
-
Updated
Jul 18, 2021 - GDScript
A sliding puzzle game and solver using ncurses.
sliding-puzzle
sliding-puzzle-game
heuristic
heuristics
8-puzzle
heuristic-search
heuristic-search-algorithms
iterative-deepening-search
iterative-deepening-a-star
manhattan-distance
hamming-distance
linear-conflict
idastar
15-puzzle
-
Updated
Mar 5, 2017 - C++
A C++ implementation of N Puzzle problem using A Star Search with heuristics of Manhattan Distance, Hamming Distance & Linear Conflicts
cpp
artificial-intelligence
clion
heuristic
8-puzzle
heuristic-search-algorithms
manhattan-distance
hamming-distance
linear-conflict
15-puzzle
n-puzzle
a-star-search
-
Updated
Dec 3, 2018 - C++
Simple flexible UI for sliding puzzles.
-
Updated
Jul 2, 2022 - TypeScript
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
game
tree
algorithm
cplusplus
algorithms
cpp
recursion
backtracking
tree-structure
terminal-based
decision-tree
decision-tree-algorithm
15puzzle
15-puzzle
n-puzzle
recursive-backtracking-algorithm
15-puzzle-solver
back-tracking
15puzzlegame
15-puzzle-game
-
Updated
Aug 8, 2022 - C++
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.
testing
documentation
cpp
code
parallel
multithreading
project
report
threading
15-puzzle
15-puzzle-solver
parallel-15-puzzle-solver
-
Updated
Jul 19, 2021 - C++
Open
Bounds checking
1
Play the 15 Puzzle Game
-
Updated
Jul 20, 2022 - JavaScript
An old work for university class which demonstrates a 15-puzzle game
-
Updated
Mar 4, 2020 - C#
-
Updated
Apr 24, 2019 - C++
Improve this page
Add a description, image, and links to the 15-puzzle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 15-puzzle topic, visit your repo's landing page and select "manage topics."
Throughout porting 15Slide to Java, it was seen that the original seemed to be missing some bounds checking in GridHelp, especially with tileNum occurances.