Click here to Skip to main content
15,884,298 members
Articles / Web Development / HTML

Jigsaw Puzzle Game using AJAX Drag and Drop

Rate me:
Please Sign up or sign in to vote.
4.74/5 (18 votes)
20 Apr 2008CPOL5 min read 149.4K   4K   54  
A jigsaw puzzle game using AJAX drag and drop (ASP.NET 2.0 AJAX Futures November CTP).

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JigsawPuzzleGameControl", "JigsawPuzzleGameControl.csproj", "{7FCB4717-092E-4A7D-9A81-BE15EE04B86A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7FCB4717-092E-4A7D-9A81-BE15EE04B86A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7FCB4717-092E-4A7D-9A81-BE15EE04B86A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7FCB4717-092E-4A7D-9A81-BE15EE04B86A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7FCB4717-092E-4A7D-9A81-BE15EE04B86A}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) sparesFinder
Italy Italy
I'm an Italian Software Developer from about 15 years.
I worked a long time in south Italy (where I was born) and after 2 years in Milan and an year in UK, I'm working remotely from Italy as Senior ASP.NET C# Developer using ASP.NET Ajax technology for a UK company.

Check out my personal blog:
http://techcookies.net/

and my first Android game (Fifteen Puzzle X):
https://play.google.com/store/apps/details?id=it.megasoft78.fifteenpuzzlex

Comments and Discussions