jsseng / jigsaw

3 stars 1 forks source link

load puzzle piece positions #38

Open jsseng opened 2 months ago

jsseng commented 2 months ago

After a new puzzle has been selected, if 'l' is pressed, load the puzzle positions from the database and move all the pieces to those previously saved positions.

stephenlin801 commented 2 months ago

I added an 'l' key to the jigsaw_puzzle_1 scene. It currently just prints load so it needs the actual load functionality. The most current code is in the Snap-pieces-together branch.