kgames

KGames — free keyboard games for kids
git clone https://www.keyboard.games/code/kgames.git
Log | Files | Refs | README | LICENSE

code-logo.svg (576B)


      1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
      2   <!-- KGames mark for the code browser. Follows the thumbnail conventions:
      3        rounded square, #FFF5F5 fill, palette stroke. -->
      4   <rect x="3" y="3" width="94" height="94" rx="22"
      5         fill="#FFF5F5" stroke="#2EC4B6" stroke-width="6"/>
      6   <path d="M30 20 V80" stroke="#E63946" stroke-width="13" stroke-linecap="round" fill="none"/>
      7   <g stroke="#1D7CF2" stroke-width="11" stroke-linecap="round" fill="none">
      8     <path d="M36 51 L74 21"/>
      9     <path d="M36 51 L76 80"/>
     10   </g>
     11 </svg>