<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://new777.blackboxpizzaco.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://new777.blackboxpizzaco.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://new777.blackboxpizzaco.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://new777.blackboxpizzaco.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://new777.blackboxpizzaco.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>

<!-- Tetris Floating Modal: styles -->
<link rel="stylesheet" href="https://new777.blackboxpizzaco.com/wp-content/plugins/tetris-floating-modal/assets/style.css?v=1.0.0">

<!-- Tetris Floating Modal: button -->
<button id="tfm-open-btn" aria-label="Play Tetris">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="22" height="22" aria-hidden="true">
        <rect x="2" y="2" width="9" height="9" rx="1"/>
        <rect x="13" y="2" width="9" height="9" rx="1"/>
        <rect x="2" y="13" width="9" height="9" rx="1"/>
        <rect x="13" y="13" width="4" height="4" rx="0.5"/>
        <rect x="18" y="13" width="4" height="4" rx="0.5"/>
        <rect x="13" y="18" width="4" height="4" rx="0.5"/>
    </svg>
    <span>Tetris</span>
</button>

<!-- Tetris Floating Modal: overlay -->
<div id="tfm-overlay" role="dialog" aria-modal="true" aria-label="Tetris Game" tabindex="-1">
    <div id="tfm-modal">
        <div id="tfm-modal-header">
            <span id="tfm-title">&#x1F9F1; Tetris</span>
            <button id="tfm-close-btn" aria-label="Close game">&#x2715;</button>
        </div>
        <div id="tfm-game-wrap">
            <canvas id="tfm-canvas" width="300" height="600"></canvas>
            <div id="tfm-sidebar">
                <div class="tfm-panel">
                    <div class="tfm-label">SCORE</div>
                    <div class="tfm-value" id="tfm-score">0</div>
                </div>
                <div class="tfm-panel">
                    <div class="tfm-label">LEVEL</div>
                    <div class="tfm-value" id="tfm-level">1</div>
                </div>
                <div class="tfm-panel">
                    <div class="tfm-label">LINES</div>
                    <div class="tfm-value" id="tfm-lines">0</div>
                </div>
                <div class="tfm-panel">
                    <div class="tfm-label">NEXT</div>
                    <canvas id="tfm-next-canvas" width="100" height="100"></canvas>
                </div>
                <div id="tfm-controls-hint">
                    <div>&#x2190; &#x2192; Move</div>
                    <div>&#x2193; Soft drop</div>
                    <div>&#x2191; / Z Rotate</div>
                    <div>Space Hard drop</div>
                    <div>P Pause</div>
                </div>
            </div>
        </div>
        <div id="tfm-message">
            <p></p>
            <button></button>
        </div>
    </div>
</div>

<!-- Tetris Floating Modal: game script -->
<script src="https://new777.blackboxpizzaco.com/wp-content/plugins/tetris-floating-modal/assets/game.js?v=1.0.0"></script>
