Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

⛰️ Tri-Peaks

Clear three peaks by removing cards adjacent to the waste card. Cards are adjacent if they differ by 1 rank (wrapping A-2-K).

A.K.A.

Also known as: Tri Peaks, Three Peaks Solitaire

Category

Card Games

How to Play

  1. Cards are arranged in three peaks, each with 4 rows (30 cards total) with a draw pile (22 cards)
  2. Only exposed cards can be selected (face-up and not covered by cards below)
  3. Draw a card from the deck - it goes face-up on the waste pile
  4. Remove cards from peaks that are adjacent (one rank higher or lower) to the top waste card
  5. Removed cards go on top of the waste pile and become the new matching target
  6. Win by clearing all 30 cards from the three peaks

Adjacent Cards (wrapping)

Cards are adjacent if they differ by exactly 1 rank, wrapping around:

Examples:

Puzzle Source

🎲 Generated

Puzzles are generated using seeded random number generation. Each game uses a unique seed for reproducibility.

⚠️ Note: Some generated games may be unsolvable. If you get stuck, try a new game!

Tips & Strategy

Controls

Issues & Bugs

🔍 Search existing issues for "TriPeaks"

📝 Report a new bug


Part of the Enigma puzzle collection