A sliding block puzzle, whose solution is found using A* Search.
-
Updated
Jan 27, 2019 - C++
A sliding block puzzle, whose solution is found using A* Search.
Slide the tiles to make the 3x3 centre match the pattern
⭕ Tic Tac Toe game built on a mobile app using react native and redux
Created Tic-Tac-Toe dynamic game, that available us to play (N X N) grid size... By chosing which one we wanna start to play X or 0... In addition, here we can play 3x3 win function on any grid size
A college project where I have to remake the game Puzzle Quest: Challenge of the Warlords
This repository contains a Jupyter Notebook (3grid.ipynb) designed to generate and visualize all possible paths on a 3x3 grid, where each path is at least four nodes long. In each path, every node of the grid is visited exactly once, showcasing unique traversals across the grid.
Add a description, image, and links to the 3x3-grid topic page so that developers can more easily learn about it.
To associate your repository with the 3x3-grid topic, visit your repo's landing page and select "manage topics."