- Status Closed
- Percent Complete
- Task Type Bugs
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by moormaster - 2004-03-07
Last edited by linusnielsen - 2004-11-05
Opened by moormaster - 2004-03-07
Last edited by linusnielsen - 2004-11-05
FS#2048 - sliding puzzle plugin bug
there is a bug in the shuffle algorithm which causes the
puzzle to be unsolveable sometimes:
1 2 3 4
5 6 7 8
9 10 11 12
13 15 14
- - –
it is impossible to swap only one pair of numbers without
swapping another. So this constellation is not solveable.
So it has to be checked if the number swapped number-
pairs is odd or not.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
There is a check for solvable puzzles, but it turns out it
used the wrong number of tiles. This is now fixed.