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

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 14

  • @jebinraj1999
    @jebinraj1999 Год назад +5

    Brother i need a auto layout tutorial like responsive

    • @DesignXstream
      @DesignXstream  Год назад

      Will make one on the new auto layout features!👍🏽

  • @maheshbiruduganti1718
    @maheshbiruduganti1718 Год назад +2

    Hi, need animation code to rotate an object in diagnol , in react

    • @DesignXstream
      @DesignXstream  Год назад

      I'm not an expert in react. We only do videos on Design on tools like Figma 😉

  • @taiwotalodabioluwa8270
    @taiwotalodabioluwa8270 9 месяцев назад

    Can you make a beginner aspect of this?
    It seems really complicated 😩😩😩
    I have watched and watched and still didn't get it

    • @DesignXstream
      @DesignXstream  9 месяцев назад

      Try going through previous videos it could help you catchup on some concepts. It is difficult to cover everything in one video!

  • @TheJaimexxd
    @TheJaimexxd 8 месяцев назад

    Quick question, what happens when theresis a draw, u havent covered that scenario, and I cant tink of a way to solve this scenario, any help would be welcome

    • @DesignXstream
      @DesignXstream  8 месяцев назад

      For the draw scenario you just have to check if c1 != "c1" and c2 != "c2" and so on...
      so what this does is it will check if all the cells are filled. If all cells get filled and there is no winner it means it is a draw.
      check this screenshot: ibb.co/2YXrv3g

  • @doddyrizkydarmawan9443
    @doddyrizkydarmawan9443 Год назад +1

    how to create draw in this prototype?

    • @DesignXstream
      @DesignXstream  Год назад

      For the draw scenario you just have to check if c1 != "c1" and c2 != "c2" and so on...
      so what this does is it will check if all the cells are filled. If all cells get filled and there is no winner it means it is a draw.
      check this screenshot: ibb.co/2YXrv3g

  • @kritipaudel8454
    @kritipaudel8454 10 месяцев назад

    HI , DID YOU BY CHANCE MISS THE INTERACTION/ PROTOTYPE WITHIN THE VARIABLES C1-C9 WITH X AND O ? WHILE THEY WERE KEPT IN COMPONENT SET

    • @DesignXstream
      @DesignXstream  10 месяцев назад

      Sorry, I did not get you! Are you referring to the community file? IS some interaction missing in it?

    • @kritipaudel8454
      @kritipaudel8454 10 месяцев назад

      @@DesignXstream I am referring to the CELL we created for c1-c9 and x and o. Doesn't "the CELL component" have to have interaction with X and O?
      Because i am not getting X or O while clicking on the anything from C1-C9
      PS, i did the part 2 thing u have done
      isn't it becz we have no interaction with X and O. i think u missed the component prototyping part. i am not sure though.

    • @DesignXstream
      @DesignXstream  10 месяцев назад

      ​@@kritipaudel8454 I think I got your query,
      So if you check Part 1 of this video at around 6:40 I've assigned each cell a variable. Also showed an example there how the cell is filled with X or O based on the variable value changing.
      Hope this answers your query!