{"@context":"https:\/\/schema.org","@type":"WebPage","metadata":{"page_id":44896,"page_name":"how-to-play","domain":"www.mingomaniac.com","url":"https:\/\/www.mingomaniac.com\/how-to-play","generated_at":"2026-04-07T11:55:19-07:00","last_modified":"2026-04-07T11:55:18-07:00"},"content":{"complete_text":"\r\n\n\n\r\n    HOW TO PLAY\r\n\r\n&nbsp;\r\n&nbsp;\r\n\r\n    The host will direct you to where you can pick up or download a&nbsp;Mingo board.&nbsp;Many bars provide physical Mingo boards, but digital versions are also available for download on your phone at the event.&nbsp; If you would like consider having a music identification app downloaded&nbsp;on hand as a backup for those tricky song snippets. Either way, it will be a blast!&nbsp;\r\n\n\n\r\n    LET'S PLAY\r\n\r\n\r\n    MINGO\r\n\r\n\r\n\r\n    Get ready to unleash your inner music buff and experience bingo like never before&nbsp;with Mingo Maniac, powered by the Singo platform!&nbsp;Mingo Maniac combines the classic game of bingo with your favorite tunes&nbsp;for a night of&nbsp;friendly competition&nbsp;and&nbsp;unforgettable fun. It thrives on the social experience, so round up your friends and head down to a participating location.\r\n\r\n\r\n    Let's get ready to jam and win big!\r\n\n\n\r\n             GET READY TO EXPERIENCE THE MAGIC!?\r\n\r\n\r\n           SHOUT \"MINGO\" & WIN BIG\r\n\r\n\r\n\r\n    Announcing \"Mingo!\" means you win a&nbsp;prize&nbsp;offered by the location. These can range from gift cards and fun swag to even bigger surprises! Are you ready to test your musical knowledge and win big? Grab your friends, head to a participating bar, and get ready to experience the Mingo Maniac magic! \r\n\r\nFind a Location Near You!\r\n\n\n\r\n    \/* Bounce animation *\/\r\n    @keyframes bounce {\r\n        0%, 100% {\r\n            transform: translateY(0);\r\n        }\r\n        50% {\r\n            transform: translateY(-10px);\r\n        }\r\n    }\r\n\r\n    \/* Style for the image when music is playing *\/\r\n    .bouncing {\r\n        animation: bounce 0.5s infinite;\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n\r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n\r\n\r\n\r\n\r\n\r\n    const audio = document.getElementById('audioPlayer');\r\n    const image = document.getElementById('audioToggleImage');\r\n\r\n    image.addEventListener('click', () => {\r\n        if (audio.paused) {\r\n            audio.play();\r\n            image.classList.add('bouncing');\r\n        } else {\r\n            audio.pause();\r\n            image.classList.remove('bouncing');\r\n        }\r\n    });\r\n\r\n    \/\/ Remove bouncing animation when the music ends\r\n    audio.addEventListener('ended', () => {\r\n        image.classList.remove('bouncing');\r\n    });\r\n\r\n\n\n    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            position: relative;\r\n            transition: background-color 0.3s, color 0.3s;\r\n            border-radius: 10px;\r\n          font-family: \"Anton\", sans-serif;\r\n          letter-spacing: 1px;\r\n        }\r\n\r\n        .carnival-ticket:hover {\r\n            background-color: #ff3333;\r\n            color: black; \/* Text color changes to black on hover *\/\r\n        }\r\n\r\n        .carnival-ticket::before,\r\n        .carnival-ticket::after,\r\n        .carnival-ticket span::before,\r\n        .carnival-ticket span::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .carnival-ticket::before {\r\n            top: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket::after {\r\n            top: -10px;\r\n            right: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::before {\r\n            bottom: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::after {\r\n            bottom: -10px;\r\n            right: -10px;\r\n        }\r\n    \r\n    \r\n        FIND AN EVENT\r\n    \r\n\r\n\n\n    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            position: relative;\r\n            transition: background-color 0.3s, color 0.3s;\r\n            border-radius: 10px;\r\n          font-family: \"Anton\", sans-serif;\r\n          letter-spacing: 1px;\r\n        }\r\n\r\n        .carnival-ticket:hover {\r\n            background-color: #ff3333;\r\n            color: black; \/* Text color changes to black on hover *\/\r\n        }\r\n\r\n        .carnival-ticket::before,\r\n        .carnival-ticket::after,\r\n        .carnival-ticket span::before,\r\n        .carnival-ticket span::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .carnival-ticket::before {\r\n            top: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket::after {\r\n            top: -10px;\r\n            right: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::before {\r\n            bottom: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::after {\r\n            bottom: -10px;\r\n            right: -10px;\r\n        }\r\n    \r\n    \r\n        FIND AN EVENT\r\n    \r\n\r\n","headings":[{"level":2,"text":"HOW TO PLAY","from_bloq":617166,"tag":"h2"},{"level":1,"text":"LET'S PLAY","from_bloq":616290,"tag":"h1"},{"level":3,"text":"MINGO","from_bloq":616290,"tag":"h3"},{"level":2,"text":"SHOUT \"MINGO\" & WIN BIG","from_bloq":614808,"tag":"h2"},{"level":3,"text":"GET READY TO EXPERIENCE THE MAGIC!?","from_bloq":614808,"tag":"h3"}],"paragraphs":[{"text":"\u00a0","source_bloq_id":617166,"position":0},{"text":"The host will direct you to where you can pick up or download a\u00a0Mingo board.\u00a0Many bars provide physical Mingo boards, but digital versions are also available for download on your phone at the event.\u00a0 If you would like consider having a music identification app downloaded\u00a0on hand as a backup for those tricky song snippets. Either way, it will be a blast!\u00a0","source_bloq_id":617166,"position":0},{"text":"Get ready to unleash your inner music buff and experience bingo like never before\u00a0with Mingo Maniac, powered by the Singo platform!\u00a0Mingo Maniac combines the classic game of bingo with your favorite tunes\u00a0for a night of\u00a0friendly competition\u00a0and\u00a0unforgettable fun. It thrives on the social experience, so round up your friends and head down to a participating location.","source_bloq_id":616290,"position":0},{"text":"Let's get ready to jam and win big!","source_bloq_id":616290,"position":0},{"text":"Announcing \"Mingo!\" means you win a\u00a0prize\u00a0offered by the location. These can range from gift cards and fun swag to even bigger surprises! Are you ready to test your musical knowledge and win big? Grab your friends, head to a participating bar, and get ready to experience the Mingo Maniac magic!","source_bloq_id":614808,"position":0},{"text":"Find a Location Near You!","source_bloq_id":614808,"position":0}],"sections":[{"section_id":"section_1","heading":"HOW TO PLAY","full_text":"HOW TO PLAY &nbsp; &nbsp; The host will direct you to where you can pick up or download a&nbsp;Mingo board.&nbsp;Many bars provide physical Mingo boards, but digital versions are also available for download on your phone at the event.&nbsp; If you would like consider having a music identification app downloaded&nbsp;on hand as a backup for those tricky song snippets. Either way, it will be a blast!&nbsp;","source_bloq_id":617166,"bloq_type":"bloq-rich-text-editors","position":0,"word_count":74,"citeable":true},{"section_id":"section_2","heading":"LET'S PLAY","full_text":"LET'S PLAY MINGO Get ready to unleash your inner music buff and experience bingo like never before&nbsp;with Mingo Maniac, powered by the Singo platform!&nbsp;Mingo Maniac combines the classic game of bingo with your favorite tunes&nbsp;for a night of&nbsp;friendly competition&nbsp;and&nbsp;unforgettable fun. It thrives on the social experience, so round up your friends and head down to a participating location. Let's get ready to jam and win big!","source_bloq_id":616290,"bloq_type":"bloq-rich-text-editors","position":0,"word_count":78,"citeable":true},{"section_id":"section_3","heading":"GET READY TO EXPERIENCE THE MAGIC!?","full_text":"GET READY TO EXPERIENCE THE MAGIC!? SHOUT \"MINGO\" & WIN BIG Announcing \"Mingo!\" means you win a&nbsp;prize&nbsp;offered by the location. These can range from gift cards and fun swag to even bigger surprises! Are you ready to test your musical knowledge and win big? Grab your friends, head to a participating bar, and get ready to experience the Mingo Maniac magic! Find a Location Near You!","source_bloq_id":614808,"bloq_type":"bloq-rich-text-editors","position":0,"word_count":69,"citeable":true},{"section_id":"section_4","heading":"","full_text":"\/* Bounce animation *\/ @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } \/* Style for the image when music is playing *\/ .bouncing { animation: bounce 0.5s infinite; }","source_bloq_id":617167,"bloq_type":"bloq-htmls","position":1,"word_count":23,"citeable":true},{"section_id":"section_5","heading":"","full_text":".carnival-ticket { background-color: #ff0000; color: white; padding: 15px 30px; font-size: 22px !important; border: none; cursor: pointer; text-decoration: none; display: inline-block; position: relative; transition: background-color 0.3s, color 0.3s; border-radius: 10px; font-family: \"Anton\", sans-serif; letter-spacing: 1px; } .carnival-ticket:hover { background-color: #ff3333; color: black; \/* Text color changes to black on hover *\/ } .carnival-ticket::before, .carnival-ticket::after, .carnival-ticket span::before, .carnival-ticket span::after { content: \"\"; position: absolute; width: 20px; height: 20px; background-color: white; border-radius: 50%; } .carnival-ticket::before { top: -10px; left: -10px; } .carnival-ticket::after { top: -10px; right: -10px; } .carnival-ticket span::before { bottom: -10px; left: -10px; } .carnival-ticket span::after { bottom: -10px; right: -10px; } FIND AN EVENT","source_bloq_id":617215,"bloq_type":"bloq-htmls","position":1,"word_count":103,"citeable":true},{"section_id":"section_6","heading":"","full_text":".carnival-ticket { background-color: #ff0000; color: white; padding: 15px 30px; font-size: 22px !important; border: none; cursor: pointer; text-decoration: none; display: inline-block; position: relative; transition: background-color 0.3s, color 0.3s; border-radius: 10px; font-family: \"Anton\", sans-serif; letter-spacing: 1px; } .carnival-ticket:hover { background-color: #ff3333; color: black; \/* Text color changes to black on hover *\/ } .carnival-ticket::before, .carnival-ticket::after, .carnival-ticket span::before, .carnival-ticket span::after { content: \"\"; position: absolute; width: 20px; height: 20px; background-color: white; border-radius: 50%; } .carnival-ticket::before { top: -10px; left: -10px; } .carnival-ticket::after { top: -10px; right: -10px; } .carnival-ticket span::before { bottom: -10px; left: -10px; } .carnival-ticket span::after { bottom: -10px; right: -10px; } FIND AN EVENT","source_bloq_id":617216,"bloq_type":"bloq-htmls","position":1,"word_count":103,"citeable":true}],"word_count":493,"character_count":5255,"business_description":"Mingo Maniac offers a unique twist on bingo, blending your favorite tunes with the excitement of the game. It's the perfect mix for those looking to add a beat to their bingo cards.","schema_description":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;...","schema_enhanced":true,"last_schema_update":"2026-04-07 11:55:19 PDT"},"media":{"images":[{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/photo-1519214605650-76a613ee3245-1722464402-640w.webp","alt":"","has_alt":false,"source_bloq_id":616331,"bloq_type":"bloq-images","position_in_page":0},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-5-1721177343-640w.webp","alt":"","has_alt":false,"source_bloq_id":614807,"bloq_type":"bloq-images","position_in_page":0},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-4-1721177359-640w.webp","alt":"","has_alt":false,"source_bloq_id":614806,"bloq_type":"bloq-images","position_in_page":0},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-3-1721177346-640w.webp","alt":"","has_alt":false,"source_bloq_id":614805,"bloq_type":"bloq-images","position_in_page":0},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-2-1721177355-640w.webp","alt":"","has_alt":false,"source_bloq_id":614802,"bloq_type":"bloq-images","position_in_page":0},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-1-1721177350-640w.webp","alt":"","has_alt":false,"source_bloq_id":614801,"bloq_type":"bloq-images","position_in_page":0},{"url":"https:\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-Desktop-Step-1-png-1726168677.webp","alt":"Play Audio","has_alt":true,"source_bloq_id":617167,"bloq_type":"bloq-htmls","position_in_page":1},{"url":"https:\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-Desktop-Steps-2-3-png-1726168665.webp","alt":"","has_alt":false,"source_bloq_id":617167,"bloq_type":"bloq-htmls","position_in_page":1},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/photo-1519214605650-76a613ee3245-1722464402.webp","alt":"","has_alt":false,"source":"schema_image","width":1080,"height":721},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-5-1721177343.webp","alt":"","has_alt":false,"source":"schema_image","width":719,"height":496},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-4-1721177359.webp","alt":"","has_alt":false,"source":"schema_image","width":1024,"height":683},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-3-1721177346.webp","alt":"","has_alt":false,"source":"schema_image","width":784,"height":534},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-2-1721177355.webp","alt":"","has_alt":false,"source":"schema_image","width":773,"height":558},{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-1-1721177350.webp","alt":"","has_alt":false,"source":"schema_image","width":1024,"height":746}],"videos":[],"galleries":[]},"links":{"internal":[{"url":"\/find-an-event","text":"\r\n        FIND AN EVENT\r\n    ","from_bloq":617215,"bloq_type":"bloq-htmls","position":1},{"url":"\/find-an-event","text":"\r\n        FIND AN EVENT\r\n    ","from_bloq":617216,"bloq_type":"bloq-htmls","position":1}],"external":[],"navigation":[]},"entities":{"people":[],"organizations":[],"products":[],"locations":[],"landmarks":[],"businesses":["Mingo Maniac"],"events":[]},"schema_org":{"@context":"https:\/\/schema.org","@graph":[{"@type":"LocalBusiness","@id":"https:\/\/www.mingomaniac.com#organization","name":"Mingo Maniac","url":"https:\/\/www.mingomaniac.com\/","description":"Mingo Maniac offers a unique twist on bingo, blending your favorite tunes with the excitement of the game. It's the perfect mix for those looking to add a beat to their bingo cards.","additionalProperty":[],"priceRange":"$"},{"@type":"WebSite","@id":"https:\/\/www.mingomaniac.com#website","url":"https:\/\/www.mingomaniac.com","name":"Mingo Maniac"},{"@type":"WebPage","@id":"https:\/\/www.mingomaniac.com\/how-to-play#webpage","url":"https:\/\/www.mingomaniac.com\/how-to-play","name":"HOW TO PLAY","isPartOf":{"@id":"https:\/\/www.mingomaniac.com#website"},"about":{"@id":"https:\/\/www.mingomaniac.com#organization"},"datePublished":"2024-07-17T09:44:25-07:00","dateModified":"2026-04-07T11:55:18-07:00","description":"Unleash your music buff with Mingo Maniac! Enjoy a unique bingo night with your favorite tunes. Win prizes and have unforgettable fun with friends. Find a location now!","breadcrumb":{"@id":"https:\/\/www.mingomaniac.com\/how-to-play#breadcrumb"}},{"@type":"BreadcrumbList","@id":"https:\/\/www.mingomaniac.com\/how-to-play#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mingomaniac.com"},{"@type":"ListItem","position":2,"name":"HOW TO PLAY","item":"https:\/\/www.mingomaniac.com\/how-to-play"}]},{"@type":"WebPage","@context":"https:\/\/schema.org","description":"\r\n..."},{"@type":"ImageObject","width":1080,"height":721,"@context":"https:\/\/schema.org","contentUrl":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/photo-1519214605650-76a613ee3245-1722464402.webp","description":""},{"@type":"ImageObject","width":719,"height":496,"@context":"https:\/\/schema.org","contentUrl":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-5-1721177343.webp","description":""},{"@type":"ImageObject","width":1024,"height":683,"@context":"https:\/\/schema.org","contentUrl":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-4-1721177359.webp","description":""},{"@type":"ImageObject","width":784,"height":534,"@context":"https:\/\/schema.org","contentUrl":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-3-1721177346.webp","description":""},{"@type":"ImageObject","width":773,"height":558,"@context":"https:\/\/schema.org","contentUrl":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-2-1721177355.webp","description":""},{"@type":"ImageObject","width":1024,"height":746,"@context":"https:\/\/schema.org","contentUrl":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-1-1721177350.webp","description":""},{"text":"\r\n    \/* Bounce animation *\/\r\n    @keyframes bounce {\r\n        0%, 100% {\r\n            transform: translateY(0);\r\n        }\r\n        50% {\r\n            transform: translateY(-10px);\r\n        }\r\n    }\r\n\r\n    \/* Style for the image when music is playing *\/\r\n    .bouncing {\r\n        animation: bounce 0.5s infinite;\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n\r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n\r\n\r\n\r\n\r\n\r\n    const audio = document.getElementById('audioPlayer');\r\n    const image = document.getElementById('audioToggleImage');\r\n\r\n    image.addEventListener('click', () => {\r\n        if (audio.paused) {\r\n            audio.play();\r\n            image.classList.add('bouncing');\r\n        } else {\r\n            audio.pause();\r\n            image.classList.remove('bouncing');\r\n        }\r\n    });\r\n\r\n    \/\/ Remove bouncing animation when the music ends\r\n    audio.addEventListener('ended', () => {\r\n        image.classList.remove('bouncing');\r\n    });\r\n\r\n","@type":"WebPage","@context":"https:\/\/schema.org","description":"\r\n    \/* Bounce animation *\/\r\n    @keyframes bounce {\r\n        0%, 100% {\r\n            transform: translateY(0);\r\n        }\r\n        50% {\r\n            transform: translateY(-10px);\r\n        }\r\n    }\r..."},{"text":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            position: relative;\r\n            transition: background-color 0.3s, color 0.3s;\r\n            border-radius: 10px;\r\n          font-family: \"Anton\", sans-serif;\r\n          letter-spacing: 1px;\r\n        }\r\n\r\n        .carnival-ticket:hover {\r\n            background-color: #ff3333;\r\n            color: black; \/* Text color changes to black on hover *\/\r\n        }\r\n\r\n        .carnival-ticket::before,\r\n        .carnival-ticket::after,\r\n        .carnival-ticket span::before,\r\n        .carnival-ticket span::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .carnival-ticket::before {\r\n            top: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket::after {\r\n            top: -10px;\r\n            right: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::before {\r\n            bottom: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::after {\r\n            bottom: -10px;\r\n            right: -10px;\r\n        }\r\n    \r\n    \r\n        FIND AN EVENT\r\n    \r\n\r\n","@type":"WebPage","@context":"https:\/\/schema.org","description":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;..."},{"text":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            position: relative;\r\n            transition: background-color 0.3s, color 0.3s;\r\n            border-radius: 10px;\r\n          font-family: \"Anton\", sans-serif;\r\n          letter-spacing: 1px;\r\n        }\r\n\r\n        .carnival-ticket:hover {\r\n            background-color: #ff3333;\r\n            color: black; \/* Text color changes to black on hover *\/\r\n        }\r\n\r\n        .carnival-ticket::before,\r\n        .carnival-ticket::after,\r\n        .carnival-ticket span::before,\r\n        .carnival-ticket span::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .carnival-ticket::before {\r\n            top: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket::after {\r\n            top: -10px;\r\n            right: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::before {\r\n            bottom: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::after {\r\n            bottom: -10px;\r\n            right: -10px;\r\n        }\r\n    \r\n    \r\n        FIND AN EVENT\r\n    \r\n\r\n","@type":"WebPage","@context":"https:\/\/schema.org","description":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;..."}],"generated":"2026-04-07 11:55:19 PDT","generatedBy":"cp"},"bloqs":[{"bloq_item_id":617217,"bloq_type":"bloq-htmls","display_order":0,"data":{"bloq_type":"content","description":"Raw HTML content with embedded elements","content_type":"html","timestamp":"2026-04-07T11:55:18-07:00","statistics":{"word_count":0,"element_count":2,"image_count":0,"link_count":0,"script_count":1,"style_count":0,"iframe_count":0,"images_with_alt":0},"content_analysis":{"has_scripts":true,"has_styles":false,"security_risk":"medium"},"images":[],"links":[],"scripts":[{"position":1,"src":"https:\/\/static.elfsight.com\/platform\/platform.js","type":"","has_src":true,"has_content":false,"content_length":0}],"styles":[],"iframes":[],"plain_text":"\r\n","html_structure":{"complexity":"low","interactive_elements":true,"styling_present":false,"multimedia_content":false}}},{"bloq_item_id":617166,"bloq_type":"bloq-rich-text-editors","display_order":0,"data":{"bloq_type":"rich_text_content","description":"Rich text content with formatted HTML","content_type":"text","timestamp":"2026-04-07T11:55:17-07:00","statistics":{"word_count":74,"image_count":0,"link_count":0,"images_with_alt":0},"images":[],"links":[],"plain_text":"\r\n    HOW TO PLAY\r\n\r\n&nbsp;\r\n&nbsp;\r\n\r\n    The host will direct you to where you can pick up or download a&nbsp;Mingo board.&nbsp;Many bars provide physical Mingo boards, but digital versions are also available for download on your phone at the event.&nbsp; If you would like consider having a music identification app downloaded&nbsp;on hand as a backup for those tricky song snippets. Either way, it will be a blast!&nbsp;\r\n","paragraphs":["\u00a0","The host will direct you to where you can pick up or download a\u00a0Mingo board.\u00a0Many bars provide physical Mingo boards, but digital versions are also available for download on your phone at the event.\u00a0 If you would like consider having a music identification app downloaded\u00a0on hand as a backup for those tricky song snippets. Either way, it will be a blast!\u00a0"]}},{"bloq_item_id":616331,"bloq_type":"bloq-images","display_order":0,"data":{"bloq_type":"single_image","description":"A single image bloq with optional link","image":{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/photo-1519214605650-76a613ee3245-1722464402.webp","alt_text":"","has_alt":false,"width":1080,"height":721},"link":null,"llm_usefulness_score":50}},{"bloq_item_id":616290,"bloq_type":"bloq-rich-text-editors","display_order":0,"data":{"bloq_type":"rich_text_content","description":"Rich text content with formatted HTML","content_type":"text","timestamp":"2026-04-07T11:55:17-07:00","statistics":{"word_count":78,"image_count":0,"link_count":0,"images_with_alt":0},"images":[],"links":[],"plain_text":"\r\n    LET'S PLAY\r\n\r\n\r\n    MINGO\r\n\r\n\r\n\r\n    Get ready to unleash your inner music buff and experience bingo like never before&nbsp;with Mingo Maniac, powered by the Singo platform!&nbsp;Mingo Maniac combines the classic game of bingo with your favorite tunes&nbsp;for a night of&nbsp;friendly competition&nbsp;and&nbsp;unforgettable fun. It thrives on the social experience, so round up your friends and head down to a participating location.\r\n\r\n\r\n    Let's get ready to jam and win big!\r\n","paragraphs":["Get ready to unleash your inner music buff and experience bingo like never before\u00a0with Mingo Maniac, powered by the Singo platform!\u00a0Mingo Maniac combines the classic game of bingo with your favorite tunes\u00a0for a night of\u00a0friendly competition\u00a0and\u00a0unforgettable fun. It thrives on the social experience, so round up your friends and head down to a participating location.","Let's get ready to jam and win big!"]}},{"bloq_item_id":614808,"bloq_type":"bloq-rich-text-editors","display_order":0,"data":{"bloq_type":"rich_text_content","description":"Rich text content with formatted HTML","content_type":"text","timestamp":"2026-04-07T11:55:18-07:00","statistics":{"word_count":69,"image_count":0,"link_count":0,"images_with_alt":0},"images":[],"links":[],"plain_text":"\r\n             GET READY TO EXPERIENCE THE MAGIC!?\r\n\r\n\r\n           SHOUT \"MINGO\" & WIN BIG\r\n\r\n\r\n\r\n    Announcing \"Mingo!\" means you win a&nbsp;prize&nbsp;offered by the location. These can range from gift cards and fun swag to even bigger surprises! Are you ready to test your musical knowledge and win big? Grab your friends, head to a participating bar, and get ready to experience the Mingo Maniac magic! \r\n\r\nFind a Location Near You!\r\n","paragraphs":["Announcing \"Mingo!\" means you win a\u00a0prize\u00a0offered by the location. These can range from gift cards and fun swag to even bigger surprises! Are you ready to test your musical knowledge and win big? Grab your friends, head to a participating bar, and get ready to experience the Mingo Maniac magic!","Find a Location Near You!"]}},{"bloq_item_id":614807,"bloq_type":"bloq-images","display_order":0,"data":{"bloq_type":"single_image","description":"A single image bloq with optional link","image":{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-5-1721177343.webp","alt_text":"","has_alt":false,"width":719,"height":496},"link":null,"llm_usefulness_score":50}},{"bloq_item_id":614806,"bloq_type":"bloq-images","display_order":0,"data":{"bloq_type":"single_image","description":"A single image bloq with optional link","image":{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-4-1721177359.webp","alt_text":"","has_alt":false,"width":1024,"height":683},"link":null,"llm_usefulness_score":50}},{"bloq_item_id":614805,"bloq_type":"bloq-images","display_order":0,"data":{"bloq_type":"single_image","description":"A single image bloq with optional link","image":{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-3-1721177346.webp","alt_text":"","has_alt":false,"width":784,"height":534},"link":null,"llm_usefulness_score":50}},{"bloq_item_id":614802,"bloq_type":"bloq-images","display_order":0,"data":{"bloq_type":"single_image","description":"A single image bloq with optional link","image":{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-2-1721177355.webp","alt_text":"","has_alt":false,"width":773,"height":558},"link":null,"llm_usefulness_score":50}},{"bloq_item_id":614801,"bloq_type":"bloq-images","display_order":0,"data":{"bloq_type":"single_image","description":"A single image bloq with optional link","image":{"url":"\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-1-1721177350.webp","alt_text":"","has_alt":false,"width":1024,"height":746},"link":null,"llm_usefulness_score":50}},{"bloq_item_id":617167,"bloq_type":"bloq-htmls","display_order":1,"data":{"bloq_type":"content","description":"Raw HTML content with embedded elements","content_type":"html","timestamp":"2026-04-07T11:55:17-07:00","statistics":{"word_count":66,"element_count":11,"image_count":2,"link_count":0,"script_count":1,"style_count":1,"iframe_count":0,"images_with_alt":1},"content_analysis":{"has_scripts":true,"has_styles":true,"security_risk":"medium"},"images":[{"position":1,"src":"https:\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-Desktop-Step-1-png-1726168677.webp","alt":"Play Audio","has_alt":true,"width":"","height":""},{"position":2,"src":"https:\/\/8bloqs.s3.us-west-2.amazonaws.com\/4021-7280\/How-to-Play-Desktop-Steps-2-3-png-1726168665.webp","alt":"","has_alt":false,"width":"","height":""}],"links":[],"scripts":[{"position":1,"src":"","type":"","has_src":false,"has_content":true,"content_length":536}],"styles":[{"position":1,"content_length":898,"type":""}],"iframes":[],"plain_text":"\r\n    \/* Bounce animation *\/\r\n    @keyframes bounce {\r\n        0%, 100% {\r\n            transform: translateY(0);\r\n        }\r\n        50% {\r\n            transform: translateY(-10px);\r\n        }\r\n    }\r\n\r\n    \/* Style for the image when music is playing *\/\r\n    .bouncing {\r\n        animation: bounce 0.5s infinite;\r\n    }\r\n\r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n\r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n\r\n\r\n\r\n\r\n\r\n    const audio = document.getElementById('audioPlayer');\r\n    const image = document.getElementById('audioToggleImage');\r\n\r\n    image.addEventListener('click', () => {\r\n        if (audio.paused) {\r\n            audio.play();\r\n            image.classList.add('bouncing');\r\n        } else {\r\n            audio.pause();\r\n            image.classList.remove('bouncing');\r\n        }\r\n    });\r\n\r\n    \/\/ Remove bouncing animation when the music ends\r\n    audio.addEventListener('ended', () => {\r\n        image.classList.remove('bouncing');\r\n    });\r\n\r\n","html_structure":{"complexity":"low","interactive_elements":true,"styling_present":true,"multimedia_content":true}}},{"bloq_item_id":617215,"bloq_type":"bloq-htmls","display_order":1,"data":{"bloq_type":"content","description":"Raw HTML content with embedded elements","content_type":"html","timestamp":"2026-04-07T11:55:17-07:00","statistics":{"word_count":103,"element_count":4,"image_count":0,"link_count":1,"script_count":0,"style_count":1,"iframe_count":0,"images_with_alt":0},"content_analysis":{"has_scripts":false,"has_styles":true,"security_risk":"low"},"images":[],"links":[{"position":1,"url":"\/find-an-event","text":"\r\n        FIND AN EVENT\r\n    ","target":""}],"scripts":[],"styles":[{"position":1,"content_length":1452,"type":""}],"iframes":[],"plain_text":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            position: relative;\r\n            transition: background-color 0.3s, color 0.3s;\r\n            border-radius: 10px;\r\n          font-family: \"Anton\", sans-serif;\r\n          letter-spacing: 1px;\r\n        }\r\n\r\n        .carnival-ticket:hover {\r\n            background-color: #ff3333;\r\n            color: black; \/* Text color changes to black on hover *\/\r\n        }\r\n\r\n        .carnival-ticket::before,\r\n        .carnival-ticket::after,\r\n        .carnival-ticket span::before,\r\n        .carnival-ticket span::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .carnival-ticket::before {\r\n            top: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket::after {\r\n            top: -10px;\r\n            right: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::before {\r\n            bottom: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::after {\r\n            bottom: -10px;\r\n            right: -10px;\r\n        }\r\n    \r\n    \r\n        FIND AN EVENT\r\n    \r\n\r\n","html_structure":{"complexity":"low","interactive_elements":false,"styling_present":true,"multimedia_content":false}}},{"bloq_item_id":617216,"bloq_type":"bloq-htmls","display_order":1,"data":{"bloq_type":"content","description":"Raw HTML content with embedded elements","content_type":"html","timestamp":"2026-04-07T11:55:18-07:00","statistics":{"word_count":103,"element_count":4,"image_count":0,"link_count":1,"script_count":0,"style_count":1,"iframe_count":0,"images_with_alt":0},"content_analysis":{"has_scripts":false,"has_styles":true,"security_risk":"low"},"images":[],"links":[{"position":1,"url":"\/find-an-event","text":"\r\n        FIND AN EVENT\r\n    ","target":""}],"scripts":[],"styles":[{"position":1,"content_length":1452,"type":""}],"iframes":[],"plain_text":"    \r\n        .carnival-ticket {\r\n            background-color: #ff0000;\r\n            color: white;\r\n            padding: 15px 30px;\r\n            font-size: 22px !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            position: relative;\r\n            transition: background-color 0.3s, color 0.3s;\r\n            border-radius: 10px;\r\n          font-family: \"Anton\", sans-serif;\r\n          letter-spacing: 1px;\r\n        }\r\n\r\n        .carnival-ticket:hover {\r\n            background-color: #ff3333;\r\n            color: black; \/* Text color changes to black on hover *\/\r\n        }\r\n\r\n        .carnival-ticket::before,\r\n        .carnival-ticket::after,\r\n        .carnival-ticket span::before,\r\n        .carnival-ticket span::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .carnival-ticket::before {\r\n            top: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket::after {\r\n            top: -10px;\r\n            right: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::before {\r\n            bottom: -10px;\r\n            left: -10px;\r\n        }\r\n\r\n        .carnival-ticket span::after {\r\n            bottom: -10px;\r\n            right: -10px;\r\n        }\r\n    \r\n    \r\n        FIND AN EVENT\r\n    \r\n\r\n","html_structure":{"complexity":"low","interactive_elements":false,"styling_present":true,"multimedia_content":false}}}],"statistics":{"total_bloqs":14,"bloq_types":{"bloq-htmls":4,"bloq-rich-text-editors":3,"bloq-images":6},"total_images":8,"total_links":2,"total_words":493,"total_paragraphs":6,"schema_items":14,"business_fields":9,"media_items":14,"entity_count":1,"merged_schema_version":"3.0"},"citations":{"citeable_statements":[{"id":"stmt_1","statement":"HOW TO PLAY &nbsp; &nbsp; The host will direct you to where you can pick up or download a&nbsp;Mingo board.&nbsp;Many bars provide physical Mingo boards, but digital versions are also available for download on your phone at the event.&nbsp; If you would like consider having a music identification app downloaded&nbsp;on hand as a backup for those tricky song snippets.","section_id":"section_1","bloq_id":617166,"type":"factual","word_count":66},{"id":"stmt_2","statement":"Are you ready to test your musical knowledge and win big?","section_id":"section_3","bloq_id":614808,"type":"factual","word_count":11},{"id":"stmt_3","statement":"\/* Bounce animation *\/ @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } \/* Style for the image when music is playing *\/ .bouncing { animation: bounce 0.5s infinite; }","section_id":"section_4","bloq_id":617167,"type":"factual","word_count":23}],"source_authority":{"domain":"www.mingomaniac.com","last_verified":"2026-04-07","content_type":"webpage","url":"https:\/\/www.mingomaniac.com\/how-to-play"},"page_structure":{"render_order":[{"bloq_id":617217,"type":"bloq-htmls","position":0},{"bloq_id":617166,"type":"bloq-rich-text-editors","position":0},{"bloq_id":616331,"type":"bloq-images","position":0},{"bloq_id":616290,"type":"bloq-rich-text-editors","position":0},{"bloq_id":614808,"type":"bloq-rich-text-editors","position":0},{"bloq_id":614807,"type":"bloq-images","position":0},{"bloq_id":614806,"type":"bloq-images","position":0},{"bloq_id":614805,"type":"bloq-images","position":0},{"bloq_id":614802,"type":"bloq-images","position":0},{"bloq_id":614801,"type":"bloq-images","position":0},{"bloq_id":617167,"type":"bloq-htmls","position":1},{"bloq_id":617215,"type":"bloq-htmls","position":1},{"bloq_id":617216,"type":"bloq-htmls","position":1}]}},"business_profile":{"organization_type":"LocalBusiness","name":"Mingo Maniac","description":"Mingo Maniac offers a unique twist on bingo, blending your favorite tunes with the excitement of the game. It's the perfect mix for those looking to add a beat to their bingo cards.","address":{"street":"","city":"","state":"","postal_code":"","country":""},"contact":{"telephone":"","url":"https:\/\/www.mingomaniac.com\/","email":""},"operational_details":{"price_range":"$","cuisine":[],"hours":[],"payment_methods":[]},"ratings":{"aggregate_rating":null,"review_count":0,"reviews":[]},"amenities":[],"historical_branding":{"alternate_name":"","founding_date":"","founder":"","transition_note":""},"is_primary":true},"schema_metadata":{"schema_version":"3.0","schema_type":"merged_llm_schema","merge_date":"2026-04-07T11:55:19-07:00","source_types":["llm_json","page_schema"],"schema_generated":"2026-04-07 11:55:19 PDT","schema_generated_by":"cp","graph_item_count":14,"validation_status":"complete"},"merged":true,"merge_version":"3.0","merge_timestamp":"2026-04-07T11:55:19-07:00","merge_status":"complete","validation":{"has_schema":true,"has_graph":true,"has_business_profile":true,"has_entities":true,"has_media":true,"schema_item_count":14}}