https://github.com/albovo/solitario-croce
Implementation of C# + WPF program to play a solitaire game based on custom playing cards.
https://github.com/albovo/solitario-croce
csharp csharp-application game-project project-work school-homework windows-wpf xaml
Last synced: 3 months ago
JSON representation
Implementation of C# + WPF program to play a solitaire game based on custom playing cards.
- Host: GitHub
- URL: https://github.com/albovo/solitario-croce
- Owner: AlBovo
- Created: 2024-05-08T06:04:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:51:23.000Z (12 months ago)
- Last Synced: 2024-05-29T02:13:38.684Z (12 months ago)
- Topics: csharp, csharp-application, game-project, project-work, school-homework, windows-wpf, xaml
- Language: C#
- Homepage:
- Size: 31.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.youtube.com/watch?v=g7TJviLmuMg)**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).