Simple-Solitaire icon indicating copy to clipboard operation
Simple-Solitaire copied to clipboard

Klondike - scoring inconsistency

Open lxkurko opened this issue 5 years ago • 1 comments

In Klondike, there seems to be an inconsistency in the score calculation:

  • Move a card from deck to tableau pile: 45 points
  • Move a card from tableau pile to foundation pile: 60 points so:
  • Move a card from deck to tableau pile, then to foundation pile: 45 + 60 points = 110 points however:
  • Move a card directly from deck to foundation pile: 45 points

Tested with version 3.13.

lxkurko avatar Sep 11 '20 15:09 lxkurko

This is standard; see here or Windows solitaire (Wikipedia) for examples. I would guess that pysol probably has the same scoring system for Klondike.

Efreak avatar Oct 17 '20 13:10 Efreak