Jigsaw puzzle

  1. last week
    Edited last week by Ran C

    I want to implement a jigsaw puzzle, where the pieces are located in a scrollable strip at the bottom/top/side of the screen.
    The user picks a piece, and drags it into the board located in the middle of the screen.
    Something like that:
    https://www.dropbox.com/scl/fi/ajgxydvn1alpz6id4pwaf/JS.jpg?rlkey=zx9799blbib8p1irkv5a9jq2k&dl=0

    -image-

    I don't want to simply through 16 or 25 pieces in a pile and expect the user to move them around in order to search for the next pience.
    Do I miss a widget or feature that might allow me to do that? Any example that can be shared?
    Thanks!

  2. Angelo S

    Feb 26 Administrator

    no widget for that. You could use drag and drop and drop areas to drop the pieces in the right position

  3. Yes, I know how to drag&drop, the problem I'm having is where to place the pieces. A scrollable gallery would be best, in my opinion.

 

or Sign Up to reply!