Skip to main content

7 Squid Game Easter Eggs That You Probably Missed

Before talking about Easter eggs that you missed, lets talk a bit about the tv show. Squid game is a Korean thriller tv show telecast on Netflix and became a global hit by now.It was released on September 17, 2021 and now grabbing attention all around the world.


Squid game is a bit different show compared to other Korean tv shows.it contains lot of Easter eggs and hints about the games which they have to play and what is going to happen next.most of people not getting those hints in the first time.in this article i'm going to tell you that kind of hints that show provides but you probably missed !


1.Players and workers are chosen according to the tile color they picked from salesman.

source:Netflix

In the first episode there is a salesman who convince the people to play a game with him.if you notice he has red and blue tiles to be chosen by the player.then they got selected to the game and taken to the hall where they reside.when players are complaining that they were kidnapped,shown a video of all the players are played with the salesman.if you watched carefully you can see all the players there, are chosen the blue tile.not a single player chosen the red tile.considering this we can come to a conclusion that all the people chose blue tile become a player and people who chose red tile become workers with masks.


2.All games are hidden on the walls.

source:Netflix

This fact is most probably not catches anyone because all  walls are covered with bed racks in the begining.but after Gi-hun, Sang-woo and Sae-byeok make to the final 3 players in episode 8 ,when they return to the hall all cleared and you can see all the games they are played painted on the walls including the final 'squid game'.


3.The doll doesn't track the player 001.

source:Netflix

At the end you realize player 001, Oh Il-nam is the master mind behind all of this.but if you pay attention from the beginning , show provides hints about him.when he's playing first game 'Red light,Green light' the doll is tracking all the players movements,avoiding player 001.we cannot see bright green shade on his body, like as other player's.it explains the doll does not track player 001's movements.


4.Player 001 is missing from the files.

source:Netflix

This is another hint ,the show provides about oh il nam,when the police officer checking the players details file it starts from the player 002's details.player 001 is completely missing because he is not consider as a player in this game.


5.Player 001's name revealed who he is.

source:Netflix

player 001's name 'Oh Il Nam' given the meaning 'first man'.it gives the hint of he is the master mind behind this,he is the founder and creator of all of those games.


6.Number 456 is followed Gi-hun even before he joined the game.

source:Netflix

If you remember our main character Gi hun won the betting on horses in the first episode and won the price exactly 4.56 million won.then after he joined the game he got exactly same number 456.


7.The wrapper of the gift Gi hun gives to his daughter as same as the coffins in the game.

source:Netflix

you probably noticed the gift wrapper and coffins are exactly same instead of the color of decorated ribbon.in gift wrapper it is yellow colored and coffins have decorated with pink color ribbon.inside the gift box there was a gun shaped lighter.we can say it indicates the players are killed by the gun and burnt by fire as we can see throughout the show.




Comments

  1. I admire what you've done here. I like the part where you say you're doing this to give back but from all the comments I'm assuming this works for you too. Do you have more information about this? Squid Game

    ReplyDelete

Post a Comment

Popular posts from this blog

Quantum Computing

Before we talk about quantum computers, let's look at what quantum theory is. The atom is the basic building block of matter. The atom is made up of tiny subatomic particles such as electrons, protons, and neutrons.So in an environment with subatomic particles like this, these particles behave strangely. Predicting these behaviors is what happens in quantum science. Quantum theory Quantum theory was first proposed by Max Planck.Also Irwin Schrdinger and Albert Einstein have contributed to these investigations. There are three basic theories of quantum theory. 1 . Superior theory 2. Theory of inconsistency 3. Tangle theory Simply put, these three are .... 1 . Superior theory This is about a state between yes and no. To illustrate this, Schrodinger has proposed a model called the cat concept test.Something like this is happening here, A flask filled with a poisonous substance is placed in a chamber containing a radioactive medium. There is a cat inside th...

5 Tips To Rank Your Gigs On Fiverr

If you're a freelancer on Fiverr , you know how important it is to have your gigs rank highly in the platform's search results. High rankings can mean more visibility for your gig, which can lead to more sales and ultimately more income for you. Here are 5 tips to help you rank your gigs higher on Fiverr. 1. Use relevant keywords in your gig title and description . When potential buyers search for services on Fiverr, they often use keywords to find what they're looking for. By including relevant keywords in your gig title and description, you can increase the chances that your gig will appear in search results for those keywords. 2. Use high-quality images in your gig gallery . The images you use in your gig gallery can have a big impact on how your gig ranks in search results. High-quality images can help your gig stand out and grab the attention of potential buyers, which can lead to more clicks and ultimately higher rankings.dont forget to use your own images and assets...

Introduction To Object-Oriented Programming Concepts

Object-Oriented Programming (OOP) is a programming paradigm that is based on the concept of objects , which are instances of classes . A class is a blueprint that defines the properties and behaviors of objects of a particular type. An object is an instance of a class and is created at runtime. OOP has several important concepts, including inheritance , polymorphism , abstraction , encapsulation , class , and object . 1.Inheritance: Inheritance is a mechanism that enables a new class to inherit properties and behavior from an existing class. This allows you to create a new class that reuses, extends, or modifies the behavior defined in a base class. For example, a "Car" class can be the parent class, and "SportsCar" and "SUV" classes can inherit from the "Car" class. This way, the "SportsCar" and "SUV" classes can have their unique properties, such as top speed or towing capacity, while also inheriting the properties and beh...