Hello wonderful people! Today I’ll be showing you how to make ddakji from the TV show “squid games”
ddakji is a traditional Korean game where one throws a peice of paper onto another in an attempt to flip over the paper. In the show you win the Korean currency “won” if you win we will be using the gimkit money for this. Enough talking, lets begin!
Materials
x2 damager
x4 popup
x1 barrier
x1 button
x1 item granter
x1 trigger
The art.
First, you want to go to the barrier section and pull out a barrier and color it red. The RGB code for red is 255,0,0. Then remove the outline around the barrier, set the alpha to one, and resize it to the smallest possible size and set it on the floor like so:
Thats all for this section! If you want me to make a guide on to make the train station tell me!
The coding
First take a button, and place it slightly above the barrier. Then set the visibility to not visible in game. Set the button message to “Flip ddajki?”
This is how it should end up looking:
and this should be the button settings:
Next, take out a trigger and put it on top of the button, it will look like this:
Set it so the trigger is not visible in game:
now take out a popup device, link up the button to popup like so:
The you want to into the popup settings and set them to be the following:
now the call to action.:
Now, whenever you go press the buttom, a call to action will appear, the player can either choose to attempt to flip the ddajki or walk away.
Ok, great wire up the popup to trigger like so:
next great a new block in the trigger like so:
alright! you’re doing great, now when you go into the block coding tab, click the variable tab and create a new variable called “ddajki success”
now, pull out the “set ddajki sucess” to block, connect it to a random integer block and make it from 1 to 3.
next, make the “If do block” this block by dragging the else if block twice:
use the “variable” block and set it so when "ddajki sucess = 1, next one if ddakji sucess = 2, etc:
leave the block now, and make 3 channels, they should be the following:
- ddakji fail 1
- ddakji fail 2
- ddakji Sucess!
done? awesome add the broadcasts like so:
phew! that was the hardest part, and it is done now!
exit the block and add 3 popup devices like so:
then, you should make the popups like so
popup 1:
popup 2:
popup 3:
You are so close!
In squid games, if you fail to flip the ddjaki then you get slapped, we can simulate this by dealing 50 damage.
Place down 2 damagers like so:
damager 1:
damager 2:
in squid games, you also get money when winning ddjaki we can simulate this by granting 100 cash.
item granter:
wire the sucess popup to the item granter like so:
last thing is to move the trigger beyond player reach:
aaand your finished. How did I do?