<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Games on mirian kif ivanadze | kif&#39;s math</title>
    <link>https://miriankifivanadze.com/games/</link>
    <description>Recent content in Games on mirian kif ivanadze | kif&#39;s math</description>
    <image>
      <title>mirian kif ivanadze | kif&#39;s math</title>
      <url>https://miriankifivanadze.com/favicon-96x96.png</url>
      <link>https://miriankifivanadze.com/favicon-96x96.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 23 May 2026 18:43:26 +0400</lastBuildDate>
    <atom:link href="https://miriankifivanadze.com/games/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ხუთის საიდუმლო: მოუგე ინტელექტს</title>
      <link>https://miriankifivanadze.com/games/xutissaidumlomougeinteleqts/</link>
      <pubDate>Sat, 23 May 2026 18:43:26 +0400</pubDate>
      <guid>https://miriankifivanadze.com/games/xutissaidumlomougeinteleqts/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;ხუთის საიდუმლო&#34; loading=&#34;lazy&#34; src=&#34;https://miriankifivanadze.com/images/xutissaidumlo.png&#34;&gt;
გამოცადე შენი ლოგიკა! თამაშის წესები მარტივია: დაფაზე მოცემულია 1-დან 27-მდე რიცხვები. რიგრიგობით ვშლით თითო რიცხვს.თუ ბოლოს დარჩენილი 2 რიცხვის ჯამი იყოფა 5-ზე  იგებს დამწყები (პირველი მოთამაშე), თუ არა — მეორე.&lt;/p&gt;
&lt;script src=&#34;https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js&#34;&gt;&lt;/script&gt;
&lt;div id=&#34;kif-game-container&#34;&gt;
  &lt;style&gt;
    #kif-game-container {
      background: rgba(16, 185, 129, 0.05); border: 1px solid rgba(16, 185, 129, 0.2);
      border-radius: 12px; padding: 20px; text-align: center; max-width: 600px; margin: 20px auto;
    }
    .kg-btn {
      background: var(--kifs-green, #10b981); color: #fff; border: none; padding: 10px 20px;
      border-radius: 6px; cursor: pointer; font-weight: bold; margin: 5px; transition: 0.2s;
    }
    .kg-btn:hover { opacity: 0.9; transform: translateY(-2px); }
    .kg-btn:disabled { background: #ccc; cursor: not-allowed; transform: none; }
    #kg-board { display: none; grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); gap: 10px; margin-top: 20px; }
    .kg-num {
      background: #fff; border: 2px solid var(--kifs-green, #10b981); color: #333;
      border-radius: 8px; padding: 15px 0; font-size: 18px; font-weight: bold; cursor: pointer; transition: 0.3s;
    }
    .kg-num:hover { background: rgba(16, 185, 129, 0.1); }
&lt;pre&gt;&lt;code&gt;/* საერთო ბაზა წაშლილი რიცხვებისთვის */
.kg-removed-base {
  pointer-events: none;
  transform: scale(0.7);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 🧑 ადამიანის წაშლილი (მწვანე, მსუბუქი ანიმაციით) */
.kg-removed-human {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(16, 185, 129, 0.15) 10px, rgba(16, 185, 129, 0.15) 20px) !important;
  border-color: rgba(16, 185, 129, 0.4);
  color: rgba(16, 185, 129, 0.6);
  animation: humanFade 0.4s ease;
}

/* 🤖 ინტელექტის წაშლილი (წითელი, ყურადღების მისაქცევი ვიბრაციით) */
.kg-removed-ai {
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(239, 68, 68, 0.15) 10px, rgba(239, 68, 68, 0.15) 20px) !important;
  border-color: rgba(239, 68, 68, 0.4);
  color: rgba(239, 68, 68, 0.6);
  animation: aiAttention 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* ანიმაციები */
@keyframes humanFade {
  0% { transform: scale(1); }
  100% { transform: scale(0.7); }
}

@keyframes aiAttention {
  0% { transform: scale(1); background-color: rgba(239, 68, 68, 0.2); }
  20% { transform: scale(1.1) rotate(-4deg); }
  40% { transform: scale(1.1) rotate(4deg); }
  60% { transform: scale(1.1) rotate(-4deg); }
  100% { transform: scale(0.7) rotate(0); background-color: transparent; }
}

#kg-status { margin: 15px 0; font-size: 16px; font-weight: bold; min-height: 24px; color: var(--kifs-green, #10b981); }
#kg-result { display: none; padding: 20px; background: rgba(16, 185, 129, 0.1); border-radius: 8px; margin-top: 20px; }
.kg-code { font-family: monospace; background: #fff; padding: 10px; border: 2px dashed #10b981; font-size: 20px; margin-top: 10px; display: inline-block; }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/style&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
