jsseng / jigsaw

2 stars 1 forks source link

Add the ability to load new images into the application #17

Closed jsseng closed 2 months ago

jsseng commented 3 months ago

Have a way to load in a new image as a puzzle.

jsseng commented 3 months ago

Have an 'images' directory and load all the images in the directory. Display them as thumbnails and let the user choose one.

vhuang20 commented 2 months ago

https://github.com/jsseng/jigsaw/assets/156066664/993415d9-e4c2-4018-9db4-ea8a39440a54

KailuanLiu commented 2 months ago

created thumbnails for 3 different puzzles, was able to make it so that when a city name is selected, it leads to the puzzle gameplay. - kai + vincent

stephenlin801 commented 2 months ago

As part of the UI tweaks I added the ability to select a puzzle of your choice from a grid menu. image

In order to load in new images there is a folder called jigsawpuzzleimages that you simply drag new images in to and the menu will adjust to accommodate the new images accordingly.