A sliding puzzle, built with Elm
moroshko.github.io
A sliding puzzle, built with Elm
1–10 of 23 posts
Re: A sliding puzzle, built with Elm
#2Re: A sliding puzzle, built with Elm
#3Re: A sliding puzzle, built with Elm
#4It's a nice interface. I'm glad arrow keys, the first thing I tried, work. But you're not going to trick me into looking for a sequence of moves that change the parity of the underlying permutation.
Re: A sliding puzzle, built with Elm
#5Source code: https://github.com/moroshko/sliding-puzzle
Re: A sliding puzzle, built with Elm
#6It's a nice interface. I'm glad arrow keys, the first thing I tried, work. But you're not going to trick me into looking for a sequence of moves that change the parity of the underlying permutation.
Re: A sliding puzzle, built with Elm
#7It's a nice interface. I'm glad arrow keys, the first thing I tried, work. But you're not going to trick me into looking for a sequence of moves that change the parity of the underlying permutation.
(Hint: Someone who doesn't know about parity might try scrambling the puzzle randomly, then find that they can reach the goal state about half of the time.)
Re: A sliding puzzle, built with Elm
#8It's a nice interface. I'm glad arrow keys, the first thing I tried, work. But you're not going to trick me into looking for a sequence of moves that change the parity of the underlying permutation.
The game is solvable -- no tricks, just something you've overlooked. (Hint: Someone who doesn't know about parity might try scrambling the puzzle randomly, then find that they can reach the goal state about half of the time.)
Re: A sliding puzzle, built with Elm
#9It's a nice interface. I'm glad arrow keys, the first thing I tried, work. But you're not going to trick me into looking for a sequence of moves that change the parity of the underlying permutation.
The game is solvable -- no tricks, just something you've overlooked. (Hint: Someone who doesn't know about parity might try scrambling the puzzle randomly, then find that they can reach the goal state about half of the time.)