Does this game have a solution
Posted
by
Bragboy
on Stack Overflow
See other posts from Stack Overflow
or by Bragboy
Published on 2010-09-23T20:42:47Z
Indexed on
2010/12/30
6:54 UTC
Read the original article
Hit count: 222
Hi,
I am developing a simple game using Java swing. I want to know whether this particular game has a solution in the following scenario. If I am convinced that theoretically a solution cannot be arrived at this point, I will throw a notification to the user.
3x3
4x4
The objective of this game is to fill numbers from 1 to 8 (or 1 to 15) using the one space available to push the numbers to that empty space. Every time I end up with the combination shown above. I just want to convince myself that there is no way to attain the proper solution from the above scenario. Please help.
© Stack Overflow or respective owner