🤯 How to Make a Simple Quiz Game in GDevelop 🎮 | Easy Step-by-Step Tutorial

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

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

  • @Lance-qg2xo
    @Lance-qg2xo หลายเดือนก่อน +1

    This is so useful!, thank you for this tutorial mate ☺

  • @RedMacaw-t4j
    @RedMacaw-t4j หลายเดือนก่อน +2

    Very Useful Thanks! 😊😊😊😊
    i want to make a randomized quiz but i have a lot of data generated in a document is there any way i can link it in gdevolep?
    the document is like
    question answer wrong1 wrong2
    what is.... answer wrong1 wrong2
    i have to make the options also randomized

    • @StellarGamingDev
      @StellarGamingDev  หลายเดือนก่อน +2

      Hey there!!
      There might be some ways, but it might not be "easy".
      I can fiddle around and see if there's a simple way to do it,
      I intended to include a randomized set of questions in the tutorial video, but I thought it would be too much for a simple quiz. However, you could use a "random in range" value for the variable, which would select a random set of answers. It's not hard, just a bit tedious because you do the manual work.
      I might need to make a quick tutorial on randomization to demonstrate it.
      Another option, and easy to get started with is to feed the info to an LLM (like ChatGPT) and link it to GDevelop. I used to have ChatGPT Pro many months ago, and you could give it custom knowledge. However, it's not free ($20 a month); I was a subscriber at the time. It would handle all of that for you. The "hard" part is connecting the LLM to GDevelop, however, it is possible because I did it for a test game.
      There's a video on my channel where I tested something similar using a fortune teller game experiment. I really need to make a more indepth video on that but it's not exactly "beginner friendly" but I will try to do a tut very soon.

    • @RedMacaw-t4j
      @RedMacaw-t4j หลายเดือนก่อน +1

      Thanks I will try

  • @namtran26803
    @namtran26803 9 วันที่ผ่านมา +1

    I'm having a problem, when the first question done, the next question appear and i cant seem to click, i set hovered the button but when i hovered, it didnt trigger the hover and i cant click the answer button on 2nd question

    • @StellarGamingDev
      @StellarGamingDev  6 วันที่ผ่านมา +1

      Hm. Time to investigate. Did you make sure to check all the variables and see if they were turned off? Make sure to check all variables. I will be doing more vids soon. Tied up with regular work atm.

    • @namtran26803
      @namtran26803 5 วันที่ผ่านมา

      @@StellarGamingDev Thanks for replying me, i figured out but forgot to reply my own comment. It was because i didnt choose the button thing, i chose tilesprite instead so it didn't work

  • @Vindepemarte
    @Vindepemarte 23 วันที่ผ่านมา +1

    I am stuck on 'The number of scene variables QuestionSelect = 0" can't find that option at all and when I play the game the text won't update, not for the buttons not for the question either. Any help?

    • @StellarGamingDev
      @StellarGamingDev  21 วันที่ผ่านมา +1

      I'll look over it today and provide you an update soon. It's probably something simple I need to check into.

    • @Vindepemarte
      @Vindepemarte 21 วันที่ผ่านมา +1

      @@StellarGamingDev yeah so I did my own research in the meantime and tried all possible ways I’ve found with variables, I made it work. It became just ‘Change Variables QuestionSelected add 1’ or =0 depends on your preferences. But thanks for your reply

    • @StellarGamingDev
      @StellarGamingDev  21 วันที่ผ่านมา

      @@Vindepemarte No problem. Sorry for the late response to the previous question. I didn't get a notification there was a new comment from YT.