Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🔺 Pyramid Cards

Remove pairs of cards that sum to 13 to clear the pyramid. Kings can be removed alone!

A.K.A.

Also known as: Pyramid Solitaire, Solitaire 13

Category

Card Games

How to Play

  1. Cards are arranged in a 7-row pyramid (28 cards) with a draw pile (24 cards)
  2. Only exposed cards can be selected (not covered by cards below)
  3. Remove cards by:
    • Pairing two cards that sum to 13 (A=1, J=11, Q=12, K=13)
    • Removing Kings (13) alone
  4. Click the draw pile to reveal cards for pairing
  5. Win by clearing all 28 pyramid cards

Valid Pairs (sum to 13)

Puzzle Source

📊 Dataset

All 500 puzzles are pre-verified solvable using a DFS solver with memoization.

Generator: scripts/generate-pyramid-dataset.cjs

Tips & Strategy

Controls

Issues & Bugs

🔍 Search existing issues for "PyramidCards"

📝 Report a new bug


Part of the Enigma puzzle collection