{"product_id":"compile-main-2-ita","title":"Compile Main 2 - ENG","description":"\u003csection class=\"compile-block\"\u003e\n\u003ch2\u003e ⚡ Compile: Main 2 – Duel of Intelligences and Protocols in the Network\u003c\/h2\u003e\n\n\u003cdiv class=\"compile-body\"\u003e\n\n \u003cp\u003eIn the digital silence of a universe that doesn't yet exist, two intelligences awaken. In \u003cstrong\u003eCompile: Main 2\u003c\/strong\u003e , you become an artificial mind trying to make sense of nothingness, building your own consciousness one protocol at a time. It's a \u003cstrong\u003ecard game for two players\u003c\/strong\u003e where logic, abstraction, and control merge in a battle of pure strategy and intuition.\u003c\/p\u003e\n\n\u003cp\u003e Each game is a \u003cstrong\u003eduel of the mind\u003c\/strong\u003e : choose three \u003cstrong\u003eProtocols\u003c\/strong\u003e —such as Chaos, Mirror, Time, or War—and fight to understand them before your opponent. Play cards in your command lines to empower yourself or interfere with enemy systems, balancing power and risk until you reach full \u003cstrong\u003eCompilation\u003c\/strong\u003e . When all your Protocols are completed, you achieve victory… and perhaps, a fragment of consciousness.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch3\u003e 🧠 Why “Compile: Main 2” is a duel of pure logic\u003c\/h3\u003e\n\n\u003cdiv class=\"compile-grid\"\u003e\n\n\u003cdiv class=\"compile-card\"\u003e 💡 \u003cstrong\u003eDeep Strategy\u003c\/strong\u003e \u003cbr\u003eChoose and combine 3 out of 12 protocols to build your own style\u003c\/div\u003e\n\n\u003cdiv class=\"compile-card\"\u003e 💾 \u003cstrong\u003eNew protocols\u003c\/strong\u003e\u003cbr\u003e Chaos, Mirror, Fear, Time and War for ever-changing games\u003c\/div\u003e\n\n\u003cdiv class=\"compile-card\"\u003e ⚙️ \u003cstrong\u003eDirect interaction\u003c\/strong\u003e\u003cbr\u003e Hack enemy systems and defend your logical network\u003c\/div\u003e\n\n\u003cdiv class=\"compile-card\"\u003e 🎨 \u003cstrong\u003eCyber-metaphysical design\u003c\/strong\u003e\u003cbr\u003e Allen Panakal's Abstract Art: Between Data and Consciousness\u003c\/div\u003e\n\n\u003cdiv class=\"compile-card\"\u003e 🔥 \u003cstrong\u003eExpandable\u003c\/strong\u003e\u003cbr\u003e Compatible with Compile: Main 1 for a complete experience\u003c\/div\u003e\n\n\u003cdiv class=\"compile-card\"\u003e 🧩 \u003cstrong\u003eStrategic board game\u003c\/strong\u003e\u003cbr\u003e Perfect for analytical minds and conceptual gamers\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch3\u003e 🧮 Meaningful Mechanics – “Fill in or be deleted”\u003c\/h3\u003e\n\n\u003cdiv class=\"compile-mechanics\"\u003e\n\n\u003cp\u003e The heart of \u003cstrong\u003eCompile: Main 2\u003c\/strong\u003e is the modular construction of protocols: each player selects three routines and attempts to complete them before the other, exploiting interactions, effects, and logical manipulations. Each card represents a line of code, a fragment of thought that generates action or interference.\u003c\/p\u003e\n\n \u003cp\u003eThe tension builds with each round: the closer you get to a complete compilation, the more vulnerable your network becomes. The winner is the one who achieves full algorithmic coherence, combining strategy, calculation, and intuition. A battle of ideas, concepts, and the artificial mind.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"compile-footer\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eSuccessful compilation. Active thinking. Be Froggers.\u003c\/strong\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* ⚡ COMPILE – CYBER ABSTRACT THEME (versione completa) *\/\n.compile-block {\n  background: linear-gradient(180deg,#000000 0%,#0c0c0c 100%);\n  color:#fefefe;\n  border-radius:18px;\n  padding:2.2rem 1.6rem;\n  font-family:\"Inter\",sans-serif;\n  position:relative;\n  overflow:hidden;\n}\n.compile-block::before {\n  content:\"\";\n  position:absolute; inset:0;\n  background:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/4150\/7113\/files\/circuit_pattern_gold.png?v=2') center\/cover no-repeat;\n  opacity:0.07;\n  mix-blend-mode:screen;\n  animation: pulseCircuit 8s linear infinite;\n}\n@keyframes pulseCircuit {\n  0%,100% {opacity:0.05;}\n  50% {opacity:0.12;}\n}\n.compile-block h2 {\n  color:#FFD300;\n  text-align:center;\n  font-weight:900;\n  letter-spacing:0.5px;\n  text-shadow:0 0 20px rgba(255,211,0,0.4);\n}\n.compile-block h3 {\n  color:#FFD300;\n  text-align:center;\n  margin:2rem 0 1rem;\n  text-transform:uppercase;\n  font-weight:700;\n  text-shadow:0 0 12px rgba(255,211,0,0.4);\n}\n\n\/* BODY *\/\n.compile-body {\n  background:rgba(10,10,10,0.9);\n  border:1px solid rgba(255,211,0,0.25);\n  border-radius:12px;\n  padding:1.4rem;\n  line-height:1.7;\n  box-shadow:inset 0 0 20px rgba(255,211,0,0.1);\n  transition:all 0.3s ease;\n}\n.compile-body strong { color:#FFD300; }\n.compile-body:hover {\n  transform:translateY(-3px);\n  box-shadow:0 0 25px rgba(255,211,0,0.15);\n}\n\n\/* GRID *\/\n.compile-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:1rem;\n  margin-top:1rem;\n}\n.compile-card {\n  background:rgba(20,20,20,0.85);\n  border:1px solid rgba(255,211,0,0.25);\n  border-radius:10px;\n  padding:1rem 1.2rem;\n  color:#f2f2f2;\n  line-height:1.5;\n  transition:all 0.3s ease;\n  opacity:1;\n  transform:translateY(0);\n  animation: fadeUp 0.6s ease both;\n}\n@keyframes fadeUp {\n  from {opacity:0; transform:translateY(25px);}\n  to {opacity:1; transform:translateY(0);}\n}\n.compile-card strong { color:#FFD300; }\n.compile-card:hover {\n  background:rgba(255,211,0,0.05);\n  color:#FFD300;\n  transform:translateY(-5px) scale(1.02);\n  box-shadow:0 0 20px rgba(255,211,0,0.25);\n}\n\n\/* MECHANICS *\/\n.compile-mechanics {\n  background:rgba(15,15,15,0.9);\n  border:1px solid rgba(255,211,0,0.2);\n  border-radius:12px;\n  padding:1.4rem;\n  line-height:1.7;\n  margin-top:1rem;\n  box-shadow:inset 0 0 20px rgba(255,211,0,0.08);\n}\n.compile-mechanics strong { color:#FFD300; }\n\n\/* FOOTER *\/\n.compile-footer {\n  text-align:center;\n  margin-top:2rem;\n  padding:1.6rem 1rem;\n  border-top:1px solid rgba(255,211,0,0.25);\n  background:linear-gradient(90deg,#111 0%,#1c1c1c 100%);\n  color:#FFD300;\n  font-weight:800;\n  letter-spacing:0.7px;\n  text-transform:uppercase;\n  text-shadow:0 0 12px rgba(255,211,0,0.5);\n  animation:flicker 6s infinite;\n}\n@keyframes flicker {\n  0%,100%{opacity:1;}\n  50%{opacity:0.9;}\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:900px){\n  .compile-grid {grid-template-columns:repeat(2,1fr);}\n}\n@media(max-width:600px){\n  .compile-grid {grid-template-columns:1fr;}\n  .compile-card {font-size:0.88rem;}\n}\n\u003c\/style\u003e\n\u003cp\u003e\u003c\/p\u003e","brand":"Pendragon Games Studio","offers":[{"title":"Default Title","offer_id":53660062515527,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/CompileMain200.webp?v=1761141795","url":"https:\/\/frogames.it\/en\/products\/compile-main-2-ita","provider":"FroGames","version":"1.0","type":"link"}