Build TicTacToe Game in Figma | Advanced Prototyping In-depth Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 47

  • @Ujjwallive
    @Ujjwallive ปีที่แล้ว +2

    Hey how did you create the interaction between selecting X and O in the first screen?

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      Hey Ujjwal, I cut of this part of the video by mistake while editing 🤦🏻‍♂️
      So in the first frame when you click X you need to do two things:
      1. set currentPlayer Variable to 'X'
      2. Navigate to next game frame.
      Likewise same with O just set player to O and navigate.
      I'll be dropping a part 2 soon and cover this part as well.

    • @Ujjwallive
      @Ujjwallive ปีที่แล้ว

      @@DesignXstream Thanks a lot! That's how I thought it would work. Thanks for making these videos, cheers!

  • @cleberlimacls
    @cleberlimacls 7 หลายเดือนก่อน +1

    If I may, Can you update this tutorial including a scoreboard on top? Like: "X = 4 O = 4 " while we are still playing. Great Content btw

    • @DesignXstream
      @DesignXstream  6 หลายเดือนก่อน +1

      That'll be a good update of having a scroeboard. I will think about it.

  • @winterassociation5739
    @winterassociation5739 ปีที่แล้ว +2

    Wow! Thank you so much ❤

  • @sachinkumart
    @sachinkumart ปีที่แล้ว +1

    You are legend bro, Thank you for this, new sub here

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      Glad you are here! Cheers bro ✌🏼 :)

  • @nameislee
    @nameislee ปีที่แล้ว +1

    Awesomeee, can u make the tutorial pleaseee

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว +1

      It's Live now, you can check it :)

    • @nameislee
      @nameislee ปีที่แล้ว +1

      Damn…. It’s awesome and mind blown 🤯 at the same time.. I’m a designer and this is just beyond all the things I know in Figma. Thanks 🙏 a lot for the hard work putting it together and explain it very well.. will try out and let u know.

  • @vartikaverma6188
    @vartikaverma6188 ปีที่แล้ว +1

    can we do this in Figma without a premium?

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      Hey Vartika, This includes Advanced prototyping so you will need a pro plan to do this.

  • @captteemo9133
    @captteemo9133 ปีที่แล้ว +1

    Thank you! :)

  • @maheshbiruduganti1718
    @maheshbiruduganti1718 ปีที่แล้ว +1

    Informative and fun-- thanks man

  • @orjiperpetua8135
    @orjiperpetua8135 4 หลายเดือนก่อน +1

    Lovely 🤩🤩

  • @taiwotalodabioluwa8270
    @taiwotalodabioluwa8270 10 หลายเดือนก่อน

    How did you make the variable?

    • @DesignXstream
      @DesignXstream  10 หลายเดือนก่อน

      You can create 'Local Variables' on the panel at the right side.

  • @sanglohakare
    @sanglohakare 4 หลายเดือนก่อน

    how do you stop plaer from interacting if the winner is declare before filling all the cells... so if all sells are filled and winner is not declare the game is draw.. but if all cells are not filled and winner is declared how do we stop player from interacting with untouched cells??

    • @DesignXstream
      @DesignXstream  4 หลายเดือนก่อน

      If we need to address that scenario then we need to add that condition to cells saying if winner declared then on click add nothing (neither X nor O) then it should work.

  • @hemapriyau1924
    @hemapriyau1924 ปีที่แล้ว

    I have doubt so in first prototype we setting the conditional logic as if
    C1 == “c1”
    Then change the value of C1 to current player
    In the first screen you have created two frames that is x and o. What interaction should I give to the first frame that when I click x or o then the current player takes that value in and moves to second screen ?

    • @hemapriyau1924
      @hemapriyau1924 ปีที่แล้ว

      Also in the reels there is interaction where when x or o wins there is a signifier line. How to do that

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      Oops looks like I cut of this part of the video by mistake while editing 🤦🏻‍♂️
      So in the first frame when you click X you need to do two things 1. set currentPlayer Variable to 'X' and 2. Navigate to next game frame. Same with O just set player to O and navigate.

  • @Abhishek-ps4sg
    @Abhishek-ps4sg ปีที่แล้ว

    I had some issues with the first frame can you please explain what we need to do in first page

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      I cut of this part of the video by mistake while editing 🤦🏻‍♂️
      So in the first frame when you click X you need to do two things 1. set currentPlayer Variable to 'X' and 2. Navigate to next game frame. Same with O just set player to O and navigate.

    • @Abhishek-ps4sg
      @Abhishek-ps4sg ปีที่แล้ว

      @@DesignXstream 😂😂 im kinda confused
      If currentPlayer == ?? Can you write full expressions . We only created variable for c1 -9 and current player, winner not “O”

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว +1

      @@Abhishek-ps4sg in the first frame: On click of "X" button do a 'Set Variable' for currentPlayer to "X" (so basically you are assigning "X" to currentPlayer

  • @taiwotalodabioluwa8270
    @taiwotalodabioluwa8270 10 หลายเดือนก่อน

    What if you want to create the frames yourself? You just started with the variables you didn't explain how you created each boxes and the X and O

    • @DesignXstream
      @DesignXstream  10 หลายเดือนก่อน

      This is an advanced concept so its difficult to explain each and every concept. You can look at the UI kit series on this channel to understand how to use frames and other tools to create the basic layouts. Then it will be easier to understand these advanced concepts.

    • @taiwotalodabioluwa8270
      @taiwotalodabioluwa8270 10 หลายเดือนก่อน

      Can you please link the video here?

    • @DesignXstream
      @DesignXstream  10 หลายเดือนก่อน

      @@taiwotalodabioluwa8270 th-cam.com/video/MCbpcfEmjxM/w-d-xo.html

  • @vineethvinu4871
    @vineethvinu4871 ปีที่แล้ว

    hey can you do google pay animation . I cant hide the more and less option. The frames both top and bottom are being trimmed.

  • @lissyjoy3424
    @lissyjoy3424 ปีที่แล้ว +3

    ✌👌

  • @bertnik6621
    @bertnik6621 ปีที่แล้ว

    I get Cell/ state 12 when i drag the first square i don't get the cell state options

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      Could be some issue in the layer ordering.

  • @maheshbiruduganti1718
    @maheshbiruduganti1718 ปีที่แล้ว +1

    Waiting

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      thank you for waiting Mahesh.. 🙌🏼😁

  • @hemapriyau1924
    @hemapriyau1924 ปีที่แล้ว

    Can you please make a video on how to add that line

    • @DesignXstream
      @DesignXstream  ปีที่แล้ว

      Hey Hema, Sure will make a part 2 soon!

  • @ghennmichaelclarito6134
    @ghennmichaelclarito6134 11 หลายเดือนก่อน

    cant understand how you replace the cells. if you dont want to teach something dont teach

    • @DesignXstream
      @DesignXstream  11 หลายเดือนก่อน

      I did not want to teach 'how to replace the cells' so I did not teach 🤷🏻‍♂️
      sorry, jokes apart! 😂
      Shift + Control + R is the shortcut to replace an object with something that is on your clipboard.