PIcture Puzzle

Picture Puzzle Game

This is a game made in VB6 that randomizes the position of 6 images, you must rearrange the pictures according to the result on stopping the randomization. You must drag the pictures below and drop it down to the boxes in the right side. For more information, visit my facebook account http://www.facebook.com/renielcanlas , search "Peter's Programs" on Facebook or Contact me via phone @09358571433

Fifteen Puzzle

This program is a modification to the picture swapping puzzle I recently submitted. The puzzle is similar to the popular sliding Fifteen Puzzle only that it can be customized to have more or less than 15 movable image cells. The minimum and maximum sizes of the puzzle are 3 x 3 (9 - 1 = 8 movable cells) and 13 x 13 (169 - 1 = 168 movable cells) respectively. The puzzle allows the display of cell

Picture Puzzle

A simple picture swapping puzzle that demonstrates the use of the BitBlt and Rectangle API predefined functions. The puzzle can be played by alternately clicking two cell images. The first click selects the first image and the second click swaps the newly selected image with that of the previous one. Hope you enjoy playing with the puzzle and the codes...

Picominoe

Picominoe is a board puzzle similar to the popular jigzaw puzzle only that it uses blocks of connected squares in varying forms and sizes instead of predefined shapes. The application presents coding concepts on the following: * sculpting objects (forms and picturebox controls) * dragging and dropping objects (forms and picturebox controls) * mouse clipping * graphics manipulation (rotating blocks