JanDW / slide-number-puzzle

The 15 puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The goal of the puzzle is to place the tiles in order by making sliding moves that use the empty space.Note: not all shuffles are currently solvable.
https://jandw.github.io/slide-number-puzzle/
0 stars 0 forks source link

Firefox pseudorandom numbers seem to not be of desired Scottish cosmic quality #8

Open JanDW opened 4 years ago

JanDW commented 4 years ago

from @XerxesZorgon

Something weird I noticed is that in Firefox the puzzle starting positions put the small numbers in the top two rows and the larger ones in the bottom two rows, so it's not too difficult to solve. But in Chrome it seems to be much more random about the initial positions. There may be something strange about the random number generator.

JanDW commented 4 years ago

No REST API, but this should work: https://www.random.org/clients/http/

XerxesZorgon commented 4 years ago

Very nice! I'll try to keep up with all of your work.

On Tue, Jul 28, 2020 at 8:18 AM Jan De Wilde notifications@github.com wrote:

No REST API, but this should work: https://www.random.org/clients/http/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JanDW/slide-number-puzzle/issues/8#issuecomment-665006091, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3KQPOLSEKXIYKE3EKD5NLR5262LANCNFSM4PDFOC5A .

JanDW commented 3 years ago

https://javascript.info/task/shuffle