{"product_id":"point-galaxy","title":"Point Galaxy ","description":"\u003cdiv class=\"product__description rte quick-description point-galaxy-theme\"\u003e\n\n\u003ch2\u003e Build your galaxy, one card at a time\u003c\/h2\u003e\n\n \u003cp\u003eFrom the creators of \u003cstrong\u003ePoint Salad\u003c\/strong\u003e and \u003cstrong\u003ePoint City\u003c\/strong\u003e comes \u003cstrong\u003ePoint Galaxy\u003c\/strong\u003e , a \u003cstrong\u003efast-paced and brilliant board game\u003c\/strong\u003e that takes card drafting to space! Choose, combine, and place planets, suns, and rockets to create your perfect galaxy and outsmart other cosmic explorers with points and planning.\u003c\/p\u003e\n\n\u003cp\u003e The rules are simple: choose two cards from the market and add them to your expanding galaxy. Aligning planets in numerical order creates solar systems, while \u003cstrong\u003esets and sequences\u003c\/strong\u003e earn you extra points thanks to \u003cstrong\u003emoons, asteroids, rockets, and scientific projects\u003c\/strong\u003e . With over 140 double-sided cards, every game is different and every galaxy… a small masterpiece of light strategy.\u003c\/p\u003e\n\n\u003ch3\u003e Why “Point Galaxy” Shines Among Family Games\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🌌 \u003cstrong\u003eFrom the authors of Point Salad\u003c\/strong\u003e : Simple rules, surprising strategy\u003c\/li\u003e\n\n \u003cli\u003e🚀 \u003cstrong\u003eDynamic card drafting\u003c\/strong\u003e : choose and combine cards to build your universe\u003c\/li\u003e\n\n\u003cli\u003e 🪐 \u003cstrong\u003eSpace Collection Set\u003c\/strong\u003e : Bonus points for perfect combinations and sequences\u003c\/li\u003e\n\n\u003cli\u003e 👨👩👧👦 \u003cstrong\u003ePerfect for the whole family\u003c\/strong\u003e : 1–5 players, quick and always different games\u003c\/li\u003e\n\n\u003cli\u003e 🧩 \u003cstrong\u003eExtremely high replayability\u003c\/strong\u003e : over 140 double-sided cards for infinite galaxies\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp\u003e \u003cstrong\u003ePoint Galaxy\u003c\/strong\u003e is the \u003cstrong\u003eideal board game for light-hearted, intelligent evenings\u003c\/strong\u003e : easy to explain, fun to master, and always ready to surprise. A small universe of brilliant choices enclosed in a deck of cards.\u003c\/p\u003e\n\n\u003cp\u003e \u003cem\u003eYou don't need spaceships to explore the universe… just a good plan and two cards at a time.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* 🌌 FROGAMES – POINT GALAXY THEME *\/\n.point-galaxy-theme {\n  --purple: #6b2fd8;\n  --violet: #9e5eff;\n  --blue: #34d9ff;\n  --green: #70ffb1;\n  --pink: #ff66c4;\n  --text: #f5f5f7;\n  background: radial-gradient(circle at 40% 20%, #3b0079 0%, #1a0039 100%);\n  color: var(--text);\n  font-family: \"Inter\", sans-serif;\n  border-radius: 18px;\n  padding: 2.4rem;\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 0 40px rgba(106, 43, 255, 0.4);\n}\n\n\/* ✨ STELLE GALATTICHE *\/\n.point-galaxy-theme::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: url('https:\/\/frogames.business\/cdn\/shop\/files\/stars_texture.png') repeat;\n  background-size: 600px;\n  opacity: 0.2;\n  animation: starsMove 60s linear infinite;\n  z-index: 0;\n}\n@keyframes starsMove {\n  from { background-position: 0 0; }\n  to { background-position: 800px 400px; }\n}\n\n\/* 💫 NEBULOSA ANIMATA *\/\n.point-galaxy-theme::after {\n  content: \"\";\n  position: absolute;\n  top: -80px;\n  right: -60px;\n  width: 400px;\n  height: 400px;\n  background: radial-gradient(circle, rgba(148,0,255,0.35) 0%, transparent 70%);\n  filter: blur(80px);\n  z-index: 1;\n  animation: pulseNebula 7s ease-in-out infinite alternate;\n}\n@keyframes pulseNebula {\n  from { opacity: 0.25; transform: scale(1); }\n  to { opacity: 0.55; transform: scale(1.15); }\n}\n\n\/* 🪐 TESTI *\/\n.point-galaxy-theme h2 {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  color: var(--green);\n  font-weight: 900;\n  font-size: 1.9rem;\n  text-shadow: 0 0 15px rgba(112,255,177,0.4);\n}\n.point-galaxy-theme h3 {\n  color: var(--blue);\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.6px;\n  margin: 1.8rem 0 1rem;\n  position: relative;\n  z-index: 2;\n  text-align: center;\n}\n.point-galaxy-theme p, \n.point-galaxy-theme li {\n  position: relative;\n  z-index: 2;\n  font-size: 1rem;\n  line-height: 1.8;\n}\n.point-galaxy-theme strong {\n  color: var(--violet);\n  font-weight: 800;\n}\n.point-galaxy-theme ul {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 12px;\n  padding: 1.4rem 1.8rem;\n  box-shadow: inset 0 0 20px rgba(148,0,255,0.1);\n  margin: 1.4rem 0;\n}\n.point-galaxy-theme li {\n  margin-bottom: 0.8rem;\n}\n.point-galaxy-theme em {\n  color: var(--pink);\n  font-style: italic;\n  font-weight: 500;\n  display: block;\n  text-align: center;\n  margin-top: 1.6rem;\n  text-shadow: 0 0 10px rgba(255,102,196,0.3);\n}\n\n\/* 📱 MOBILE *\/\n@media (max-width: 768px) {\n  .point-galaxy-theme { padding: 1.6rem; }\n  .point-galaxy-theme h2 { font-size: 1.6rem; }\n}\n\u003c\/style\u003e","brand":"AEG Entertainment Group","offers":[{"title":"Default Title","offer_id":52671349719367,"sku":null,"price":26.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Point_Galaxy_00.webp?v=1762079669","url":"https:\/\/frogames.business\/en\/products\/point-galaxy","provider":"FroGames","version":"1.0","type":"link"}