Skip to content

Shaman37/Prototype-Prospector_Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype-Prospector_Solitaire

This project is a Unity Example Game from the book Introduction to Game Design, Prototyping, and Development, 2nd Edition, by Jeremy Gibson Bond.

It is a card game prototype, inspired by the Tri-peaks solitaire game.

You can play it here!

How to play

Prospector

  • You may move any face-up card in the tableau that is a rank abovce or below the target card, by clicking on the desired card to play. When you play a card it becomes the new target card.
  • Card Rank hierarchy is as follows:
    • A -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9 -> 10 -> J -> Q -> K
  • Aces and Kings wrap around, meaning that if a King is the target card, you can play an Ace and vice-versa.
  • A face-down card is revealed if the 2 face-up cards above said card are played.
  • A player can click the draw pile to fetch a new target card.
  • If the tableau is emptied before the draw pile, then you win the game, else you lose.

Scoring

  • Moving a card from the tableau to the target card is worth 1 point.
  • Every subsequent card moved from the tableau, without drawing from the draw pile, increases the card score by 1. So a run of 5 cards played from the tableau results in a score chain of 1 + 2 + 3 + 4 + 5, worth a total of 15 points.
  • If the player wins the round, her score is carried over to the next round.
  • If the player loses the round, her score from all round is totaled and checked agains the current high score.

Example

example_ProspectorSolitaire.mp4

About

Game Prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published