15 Puzzle Game in LabVIEW
This VI is written in LabVIEW 2021.
Place tiles in numerical order.
You could replace "Shuffled Array For Loop" in main VI with for loop in "Shuffled Array.vi". Second one is easy way using "Shuffle 1D Array.vim".
Links below help you create this puzzle in different language:
https://en.wikipedia.org/wiki/15_puzzle
https://rosettacode.org/wiki/15_puzzle_game
https://pyinmyeye.blogspot.com/2012/07/tkinter-15-puzzle-demo-placer-geometry.html