These 13 logos have broken, do you still recognize them?
Sergio Mining
“An elephant walks into a china shop and destroys all the logos…” begins an old joke. How the joke continues is irrelevant to this story, but the fact that different logos are now lying around in their separate parts is. Now it’s up to you to identify which companies and companies are wanted. But don’t put too much pressure on yourself, we’ll give you a helping hand.
In the first photo you can see the logo completely destroyed and wildly confused. Then if you don’t recognize it, you can look at a second photo. There you will see part of the logo (above the other parts) already in the correct order.
Let’s start with a simple logo so you know how the quiz works.
Remaining attempts: ” + no attempts + “
” + button code + “
“); counter++; }); // When user enters tip $(“.imgguesser”).on(‘keyup’, function (e) { if (e.keyCode === 13) { var tries = $ (this).attr(“trying”); if (trying > 0) { var number = $(this).attr(“name”) – 1; $(this).attr(“trying”, trying – 1) ; $(“.try[number=”” + (number + 1) + “”]”).html(“Remaining attempts: ” + (attempts – 1)); var solution = images[number]; var guess = $(this).val(); var field = $(this); var state = $(“.solve[number=”” + (number + 1) + “”]”).attr(“state”); $(solution[3]).each(function (key, name variations) { // For each player… if (check_guess(name variations, guess, field, number, solution, solution[3], state) == false) { return false; } }); // trying to survive? console.log(try); if (trying <= 1) { lost($(".resolve[number="" + (number + 1) + ""]")); } } } }); // button click $(".resolve").click(function () { var number = $(this).attr("number") - 1; if ($( this ).attr('state') == 0) { // give second image var solution = images[number]; $(".tipslist[number="" + (number + 1) + ""]").html('
1st Tip:
‘); $(this).attr(‘state’, 1); $(this).html(‘View Note’); $(“input[name=”” + (number + 1) + “”]”).focus(); } else if ($(this).attr(‘state’) == 1) { // Show second tip $(“.tiplist[number=”” + (number + 1) + “”]”).add(‘
“).insertAfter(elm); game_finished(); } // FUNCTION: check guess function check_guess(value, guess, field, number, solution, name variations, state) { var width = $(“#images”).width ( ) ; var default link = name variations[0]; // Exceptions //guess = guess.replace(/hcd/ig, “ACRFRIqLxzdDfeEZ”).replace(/barce/ig, “EwM676Ut2dLhwBSQ”).replace(/nice/ig, “NWgCzTfgnFNpcWkY”).replace(/bayer / ig, “nCpVIBuHqIoHWPOS”).replace(/bayern/ig, “pjGkuINlfQtUplNP”); //value = value.replace(/hcd/ig, “ACRFRIqLxzdDfeEZ”).replace(/barce/ig, “EwM676Ut2dLhwBSQ”).replace(/nice/ig, “NWgCzTfgnFNpcWkY”).replace(/bayer /ig, ” nCpVIBuHqIoHWPOS”).replace(/bayern/ig, “pjGkuINlfQtUplNP”); if (levenshtein(guess.toLowerCase(), value.toLowerCase()) <= 1) {
// Richtig geraten
field.val("");
// Guess aus dem Array löschen
images[number][3] = images[number][3].filter(e => e !== name variations); $(““).insertAfter(field); // Distribute points and adjust tips (if necessary) if (state == 0) { // Free guess: 2 points wonpoints += 3; } else if (state == 1) { / / With image tip wonpoints += 2; } else { // With text tip wonpoints += 1; } // If all guesses are correct: field.prop(“disabled”, true); field.css(“border” ,” 2px solid #7bd400″); var button = $(“button[number=”” + (number + 1) + “”]”); button.prop(“disabled”, true); $(button).after(“
Perfect!”); $(“.try[number=”” + (number + 1) + “”]”).hide(); game_finished(); return false; // Break each loop } else { field.css(“border”, “2px solid #F40F97″); field.val(”); return true ; } } // FUNCTION: Check if the game is over function game_finished() { var done = true; $(“.imgguesser”).each(function () { if ($(this).prop(‘disabled’ ) == false) { finished = false; return; } }); if (finished) { var totalplayers = 0; totalplayers = images.length * 3; var ranking = [
/******** HIERHIN RANKING KOPIEREN ********/
[“6”, 41, “Oho, grossartig! Am besten lässt du deine Augen versichern.”],
[“5,5”, 36, “Ziemlich gut, aber nicht perfekt. Aber eben zeimlich gut.”],
[“5”, 31, “Gut gemacht! Mit einer 5 darf man schon angeben.”],
[“4,5”, 26, “Damit kann man doch zufrieden sein.”],
[“4”, 21, “Egal, alles mit 4 und höher reicht.”],
[“3,5”, 16, “Leider knapp an der rettenden 4 vorbeigeschramt.”],
[“3”, 11, “Da kann leider niemand stolz sein.”],
[“2”, 6, “Uff! Das war wohl leider nichts.”],
[“1”, 0, “Uff! Das war wohl leider nichts.”]
/******** END RANK ********/ ]; var array text = “”; $(rank).each(function (k, v) { if (points won >= v[1]) { ranking text = “Your grade is ” + v[0] + “. You have ” + points won + ” on a total of ” +totalplayers + ” possible points fetched. ” + v[2]; return false; } }) $(“#outputtext”).html(“
Your result
” + ranking text + “
“); } } // FUNCTION: Check for matches between two strings function levenshtein(str1, str2) { var m = str1.length, n = str2.length, d = [],i,j; if (!m) returns n; if (!n) returns m; for (i = 0; i <= m; i++) d[i] = [i]; for (j = 0; j <= n; j++) d[0][j] = j; for (j = 1; j <= n; j++) { for (i = 1; i <= m; i++) { if (str1[i - 1] ===str2[j - 1]) {ie[i][j] = ie[i - 1][j - 1]; } else {ie[i][j] = Math.min(ie[i - 1][j]i.e[i][j - 1]i.e[i - 1][j - 1]) + 1; } } } return d[m][n]; } // FUNCTION: edit tips function create_pixler(number) { var list = images[number][1]; var position = $(".solve[number="" + (number + 1) + ""]"); var player list = []; $(list).each(function (k, v) { // Pixelate the missing teams as ($('p:contains(' + v[0] + ')').length == 0) { var pixeled = ""; var pixel counter = 0; for (var i = 0; i < v[0].length; i++) { if (v[0].charAt(i) == " ") { // If it's a space, render normal pixelated += " "; } else { if (pixlcounter == 2) { pixelated += v[0].charAt(i); pixel counter = 0; } else { pixelated += "_"; pixelcounter++; } } } playerlist.push(pixeled); } }); var team list = ""; $(playerlist).elk(function (k, v) { teamlist += "
I am Ross William, a passionate and experienced news writer with more than four years of experience in the writing industry. I have been working as an author for 24 Instant News Reporters covering the Trending section. With a keen eye for detail, I am able to find stories that capture people’s interest and help them stay informed.