# MONAD PUZZLE TIME

By [Daffwhy](https://paragraph.com/@drkvrs) · 2024-04-22

---

    <!-- Include the CryptoJS library for hashing the user id before sending it to the PuzzleMe server. -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
    <!-- Include the javascript library for embedding this puzzle. -->
    <script id="pm-script" src="https://amuselabs.com/pmm/js/puzzleme-embed.js"></script>
    <!-- Specify the Amuse Labs server name from where the puzzles will be served -->
    <script>
    PM_Config.PM_BasePath = "https://amuselabs.com/pmm/";
    </script>
    <!-- Specifies the puzzle to be embedded on the page. If you want to render multiple games on your page then you can copy paste it multiple times. -->
    <div class="pm-embed-div" data-id="5e296d23" data-set="aa71ba16c820d628b5578c2b58908ff28eeae142915645883c33e930b2d926cb" data-puzzleType="jigsaw" data-height="700px"></div>

---

*Originally published on [Daffwhy](https://paragraph.com/@drkvrs/monad-puzzle-time)*
