Remi Posted March 31 Posted March 31 I guessed today's (Mar 31, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Spoiler Title is technically “Per Spelmann.” 🧐 https://mixnmojo.com/tomes/remiremi/PerSp.mp3
Blondebeard Posted March 31 Posted March 31 I guessed today's (Apr 1, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Spoiler Easy! One of my favourite music from CMI. 1
Huz Posted April 1 Author Posted April 1 I guessed today's (Apr 1, 2025) Monkey Island tune 🎵 in 2 tries. 🟥🟦⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Spoiler Thought it was more likely to be the Goodsoup crypt, but I was wrong.
neoncolor8 Posted April 1 Posted April 1 I guessed today's (Apr 1, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
Didero Posted April 1 Posted April 1 I guessed today's (Apr 1, 2025) Monkey Island tune 🎵 in 5 tries. 🟥🟥🟥🟥🟦⬜ https://legendofmi.com/webgames/guessthattune/ Spoiler Took me a bit to get to the correct spooky-noises song
SushiStrikesBack Posted April 1 Posted April 1 I guessed today's (Apr 1, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
Remi Posted April 1 Posted April 1 I guessed today's (Apr 1, 2025) Monkey Island tune 🎵 in 3 tries. 🟥🟥🟦⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Picked the same answer two times. :~
Blondebeard Posted April 1 Posted April 1 I guessed today's (Apr 2, 2025) Monkey Island tune 🎵 in 2 tries. 🟥🟦⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
SushiStrikesBack Posted April 2 Posted April 2 I guessed today's (Apr 2, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
Huz Posted April 2 Author Posted April 2 I guessed today's (Apr 2, 2025) Monkey Island tune 🎵 in 6 tries. 🟥🟥🟥🟥🟥🟦 https://legendofmi.com/webgames/guessthattune/ Wow... this takes a long time get to the familiar bit, I think!
Remi Posted April 2 Posted April 2 I guessed today's (Apr 2, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
Didero Posted April 2 Posted April 2 I couldn't name today's (Apr 2, 2025) Monkey Island tune! 🟥🟥🟥🟥🟥🟥 https://legendofmi.com/webgames/guessthattune/ Spoiler The SE music still feels fake, or at least confusing, to me 1
SushiStrikesBack Posted April 2 Posted April 2 On 9/29/2023 at 2:29 AM, Mintopia said: Monkey Island Heardle #373 🔊🟩⬜️⬜️⬜️⬜️⬜️ #MonkeyIslandHeardle Hide contents I did consider using the Highland MP3 arrangement of this, featuring actual real flute playing, but didn't for some reason. https://highland.mixnmojo.com/mi2/Undergt.zip Definitely give it a listen. I spent about two hours to find back this post with a link to the better version. (a search function where you can filter on having given a reaction emoji to a certain user in a certain thread would’ve saved me all that trouble)
Huz Posted April 2 Author Posted April 2 Great to follow the link back to that point in the thread, see I got it in exactly the same number of attempts back then and made practically the same comment: "I don't remember this lead-in at all. OH WELL." I would have got the Highland version really quickly, probably! I listened to it often back in the day.
SushiStrikesBack Posted April 3 Posted April 3 I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Spoiler Another tune so ingrained in memory I could hear the whole thing in my head after just the upbeat
Blondebeard Posted April 3 Posted April 3 I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
Remi Posted April 3 Posted April 3 I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ So, I think there is a bug in the game? Spoiler Tried it in two browsers and got the same tune as yesterday in both.
Didero Posted April 3 Posted April 3 I couldn't name today's (Apr 3, 2025) Monkey Island tune! ⬜🟥🟥🟥🟥🟥 https://legendofmi.com/webgames/guessthattune/ Spoiler Another day where SE music throws me off... No, I'm not gonna play the Special Editions to remedy this
Blondebeard Posted April 3 Posted April 3 (edited) @Remi That’s probably related to the fix I did to prevent that issue (mine was related to daylight saving time as I was subtracting two times in different timezones). Somehow it fixed it for me but it broke it for you. Can you tell me your time zone and when you tried it (exact time)? This is more or less what I'm doing what I'm doing: Quote const currentDate = new Date(); const baseDate = new Date(2024, 11, 25, 0, currentDate.getTimezoneOffset()); // A fixed reference date const diffInDays = Math.floor((currentDate - baseDate) / (1000 * 60 * 60 * 24)); // this should be a number of days since the reference date and should change at midnight for you (your timezone), eg. 99 It is now fixed! It took way longer than I expected. Damn time zones!! I tested with New York timezone and also UK time zone all looks good now. Edited April 3 by Blondebeard
Huz Posted April 3 Author Posted April 3 I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 2 tries. ⬜🟦⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ 9 hours ago, SushiStrikesBack said: I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 1 try. 🟦⬜⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Hide contents Another tune so ingrained in memory I could hear the whole thing in my head after just the upbeat I'm not familiar enough with the fake edition to get it straight away, but from the first real note, of course!
neoncolor8 Posted April 3 Posted April 3 I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 2 tries. 🟥🟦⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/
Remi Posted April 3 Posted April 3 @Blondebeard -- works great. 👍 I guessed today's (Apr 3, 2025) Monkey Island tune 🎵 in 2 tries. 🟥🟦⬜⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ 1
Blondebeard Posted April 3 Posted April 3 I guessed today's (Apr 4, 2025) Monkey Island tune 🎵 in 3 tries. 🟥🟥🟦⬜⬜⬜ https://legendofmi.com/webgames/guessthattune/ Spoiler Tough one!
Huz Posted April 3 Author Posted April 3 I couldn't name today's (Apr 4, 2025) Monkey Island tune! 🟥🟥🟥⬜⬜⬜ https://legendofmi.com/webgames/guessthattune Fake
SushiStrikesBack Posted April 4 Posted April 4 I couldn't name today's (Apr 4, 2025) Monkey Island tune! 🟥🟥🟥🟥🟥🟥 https://legendofmi.com/webgames/guessthattune/ totally fake AI generated “music”
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now