Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrianhall committed Feb 26, 2025
1 parent 53b59d8 commit a9fb04a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to what might be the most meticulously crafted Solitaire implementation
- **Fancy Graphics**: Powered by Cairo, because we believe pixels should be pretty
- **Super Smooth Drag & Drop**: More fluid than your morning smoothie
- **Auto-Complete Detection**: Because we know you were going to win anyway
- **Settings Persistence**: Your preferences matter (and we remember them!)
- **Full Keyboard Support**: Since sometimes you don't have a mouse.

## 🛠️ Building

Expand Down Expand Up @@ -69,6 +69,17 @@ This will:
- **Right Click**: Automatically move a card to its foundation (for the lazy among us)
- **Left Click on Stock**: Draw new cards (draw one or three, depending on your mode)

### Keyboard Controls

- **Arrow Keys**: Navigate around the board (yellow highlight)
- **Enter**: Select card (highlights to blue) or puts in foundation
- **ESC***: Deselect card (turns highlight back to yellow)
- **F**: Finish the game
- **Space**: Deal next card
- **1**: Change to dealing one card
- **3**: Change to dealing three cards at once
- To move a card, select the card you would like to move, press enter, move with arrow keys to new location, and then press enter again

### Game Rules

For those who've been living under a rock or just really enjoy reading rules:
Expand Down

0 comments on commit a9fb04a

Please sign in to comment.