Skip to content

Commit 113f1be

Browse files
committed
Add a to do list
1 parent ff78b72 commit 113f1be

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

todo.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# TO DO:
2+
3+
* _Fix:_ Win/lose icons have odd widths, but the spacing between dialog buttons is even. This causes the icon alignment to be off by one pixel.
4+
5+
## Version 1.2 and beyond
6+
7+
* Restart current game option, both from the menu and the stalled dialog __(1.2)__. This should be same with starting a new game and count as a lose.
8+
* Documentation/help: I can create a wiki page and add a link to it in the about dialog __(1.2)__.
9+
* "System" theme option. Maybe I can just check the system theme on start and pass that to ```Main``` __(1.2)__.
10+
* A better card back design UI: A carousel control or a pop-up maybe? __(> 1.2)__
11+
12+
### Scoring (> 1.2)
13+
Excerpt from [this page](https://anytime.games/tri-peaks-solitaire-rules/):
14+
15+
> give yourself one point for the first card you discard. Each subsequent discard gets you one more point than the previous one. For example, your second discard earns you two points, on the third discard, you'll get three points, and so on.
16+
17+
> If you find yourself having to take a card from the stock pile, the sequence ends. You’ll also need to subtract five points from your score, and the new sequence begins again at one point.
18+
19+
> You earn 15 points the first time you discard the top card of any peak. If you do that on the final peak, you'll rack up a whopping 30 points. This also clears the tableau and wins the game.

0 commit comments

Comments
 (0)