An open API service indexing awesome lists of open source software.

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.

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).