Skip to content

Implementation of C# + WPF program to play a solitaire game based on custom playing cards.

License

Notifications You must be signed in to change notification settings

AlBovo/Solitario-Croce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitario Croce

Development of a game in C# using the WPF framework; the game is a solitaire based on customized playing cards.

Development team

Questo progetto è sviluppato da:

  • Agostini Alan
  • Angiolillo Matteo
  • Balducci Marco
  • Bovo Alan Davide

Game

The game to be developed is the Solitario a Croce

How to play: Five cards from the deck are placed in the center of the table to form a cross. Four positions, called bases, are left free.

The goal of the solitaire game is to build and complete the bases (from ace to king for each suit, in ascending order) by transferring all the cards to them. While the bases must follow the rule of the same suit in ascending order, the cross follows the rule of different suits in descending order.

The top card of each pile forming the cross can be moved to the bases, placed in an empty spot, or on top of another card in the cross. Only one card can be moved at a time. The card from the stock can go directly to the bases or be transferred to the table.

Type of cards: Italian 🇮🇹 cards (4 suits, 10 cards per suit).

About

Implementation of C# + WPF program to play a solitaire game based on custom playing cards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages