Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

microsoft/solitaire-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire XNA Example

This example application demonstrates how to use XNA Game Studio 4.0 on Windows Phone 7 using 2D Solitaire card textures.

Screenshot

The example has been developed with Microsoft Visual Studio 2012 Express for Windows Phone and tested to work on Windows Phone 7 and Windows Phone 8.

Building and deploying with Microsoft Visual Studio

  1. Open the SLN file: File > Open Project, select the file XNASolitaire.sln.
  2. Select the target, either emulator or device.
  3. Press F5 to build the project and run it on the selected target.

Important files and classes

  • Game1.cs: Main game class derived from Microsoft.Xna.Framework.Game. In this class the game content is loaded, game update requests are received, and the drawing is handled.
  • Card.cs: A single Solitaire card.
  • Deck.cs, SourceDeck.cs, and TargetDeck.cs: The decks of cards.

Related documentation

Version history

  • Version 1.0: The first version.

About

Solitaire game example developed with XNA Game Studio for Windows Phone 7.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages