https://github.com/the-winter-wolf/prospector-solitaire-prototype
https://github.com/the-winter-wolf/prospector-solitaire-prototype
csharp gamedev games unity
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-winter-wolf/prospector-solitaire-prototype
- Owner: The-Winter-Wolf
- Created: 2023-01-29T13:41:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T16:05:30.000Z (almost 2 years ago)
- Last Synced: 2025-05-18T01:07:29.588Z (about 1 year ago)
- Topics: csharp, gamedev, games, unity
- Language: C#
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prospector-Solitaire-Prototype
The Prospector Solitaire Prototype was created from the book "Unity and C#. Gamedev from idea to implementation" [Jeremy Gibson].
This prototype covers the following topics: using XML configuration files, designing for mobile devices, working with 2D sprites.
In this card game, the player needs to discard all the cards in the deck. A card can be discarded if its level is one level higher or lower than a card in the deck. If there is no discard card, the player may change the card in the deck.