QB64.org Forum

Active Forums => Programs => Topic started by: Qwerkey on July 30, 2018, 06:20:52 am

Title: Interlocking Jigsaw Puzzle (Updated)
Post by: Qwerkey on July 30, 2018, 06:20:52 am
This is an updated version of my program which first appeared on [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there].  Some routines have been improved with more efficient logic, and there are some changes to the pictures used.  It is a Jigsaw Puzzle sim. 

One of the pictures features a selection of QB64 members, surrounded by the QB64 bee.  This picture is generated at run time (the others are from image files).  You may notice that the upside-down QB64 images in row 3 lose part of the displayed "4".  This is a display curiosity as the code for that row is no different from that of the others except in the y-direction value.

You will need to download the User Manual.

Richard
Title: Re: Interlocking Jigsaw Puzzle (Updated)
Post by: johnno56 on July 30, 2018, 07:15:22 am
This is SO cool. Well done!

J