keith-packard / kgames

Rustic X11 games
Other
11 stars 2 forks source link

kcribbage: Gameplay Improvements #16

Open keith-packard opened 3 years ago

keith-packard commented 3 years ago

KCribbage is pretty hard to parse. Ideas:

  1. Show the crib -- 'empty' slots before discard, card backs afterwards
  2. Put the deck in the middle of the board, next to the play area
  3. Add numeric scores
  4. Two track score boards, just like regular cribbage.
  5. Animate card motions
  6. Improve text stuff with separate colors?
BartMassey commented 2 years ago

With current fixes, we have

Would really like to see a two-track scoreboard for the short game; like the long scoreboard for the long game. In addition to animating card motions, would like to see draggable play as an option. Coloring the player/opponent text to match the peg colors would be awesome.

BartMassey commented 2 years ago

Let's add a couple of more…

Would like to have the computer count "cribbage-style": "15-8 and a double-double-run of 3 makes 24", which helps to check the computers scoring and understand the game.

Would like a "hint" button like in other kgames, that would hint scoring, discards or play depending on the game phase. Cribbage-style score-counting would be especially helpful.

BartMassey commented 2 years ago

Significant progress has been made!