WinPuzzle

From TedTycoon.co.uk

Jump to: navigation, search
Screenshot of WinPuzzle

This is a game that lets you solve sliding puzzles with any of your pictures and photos printed on them. I wrote this game in mid 2008 using C#.

Contents

The Game

The game lets you pick which directories to search images from so that you can solve puzzles of your photographs. You can choose the sliding puzzle mode where the puzzle is cut up into a customizable set of pieces with one missing. You then move the pieces into the empty space to try and rearrange all the pieces into their correct locations. You can resize the window to any size without the puzzle being out of proportion and you can also take a peek at the image so you know where the pieces go.

Features

The program includes an attempt of creating my own toolbar / menu renderer i.e. my own colour scheme and appearance for all the toolstrips and menustrips on the program, hence the nice blue gradients on the menus.

Progress

My intention was to add other types of puzzles such as jigsaw but I never got round to doing that. So at the moment you get a sliding puzzle which can be changed to a different number of pieces.

Download