Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello,

 yes, that's probably it.

I've corrected the code by adding this:

"columns = int(columns)

for c in range(columns)"

It works.

I have another question, where can I change the size to use the script on a 1280x720 game?

Thanks for your feedback

It should fit a 720 screen if you scale down the images. You can make the text smaller by searching `size` and changing the number too.
If I remember correctly, the puzzle takes a size parameter for piece size, that you can fiddle with to get the best result.