I made Wordle in 1 hour

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 27

  • @GameMakerStation
    @GameMakerStation  2 роки тому +5

    Any questions? Drop them down below.
    Join my Discord: discord.gg/TykHyqK

  • @wilwiewam9109
    @wilwiewam9109 2 роки тому +2

    Glad to see new videos coming out!

  • @misterr3083
    @misterr3083 2 роки тому

    Matharoo the GameMaker Guru. You are amazing and so valuable to the GameMaker community. Thank you for all your amazing work! Thoroughly enjoyed watching this, so densely packed with so much knowledge. 😍

  • @tonybrice7942
    @tonybrice7942 2 роки тому +1

    Well done, Matharoo. This was a great tutorial covering more than just making the basic Wordle game.
    Structs, Enums, Animations, Alarms, String handling and all sorts of other useful stuff.
    Thank you.

  • @chrishodgkinson322
    @chrishodgkinson322 2 роки тому +5

    Love it. You make it look so simple.

  • @adityapathak5761
    @adityapathak5761 2 роки тому

    7 minutes in, and I already love your simple but effective explanations. Liked and subscribed!

  • @alanspektor274
    @alanspektor274 2 роки тому +3

    Very good video. You explained everything very thoroughly and it was quite interesting. :)

  • @no_name4247
    @no_name4247 2 роки тому +2

    *make a video about how you can exchange data without a server, for example, a file in json format is uploaded from one client to some kind of hosting, and another client already has this link and downloads the object to its client database and updates, for example, the list of top 10 players, you can do this ?*

  • @MightyJor
    @MightyJor 2 роки тому

    This is awesome. You make it look so easy. I might actually give this one a shot in a day or two!

  • @Rallypoly
    @Rallypoly Рік тому

    Thanks for your whole tutorials. I like want to know in your Funktion method -
    Isometric Grid Movement in Games

  • @emaaaaax
    @emaaaaax 2 роки тому +1

    Yoooo welcome back

  • @BenRogersWPG
    @BenRogersWPG 2 роки тому

    That was pretty impressive!
    Great work sir!

  • @Cizrrr
    @Cizrrr Рік тому

    hey everyone i have quick question hopefully someone sees it.... since we just made the wordle is there any way where i can put it in game room and give it a timer? (like ignore the wordle basically whenever the player is playing we set a timer every few min's to trigger the wordle like mini game in player's screen) ? Idk if i explained it well or not but i want to implement as a mini game

  • @sebbog
    @sebbog 2 роки тому

    THIS TUTORIAL IS SO GOOD

  • @Pika782
    @Pika782 2 роки тому +1

    It looks amazing :D

  • @LeragonPl4ys
    @LeragonPl4ys 10 місяців тому

    Awesome video! How would I go about making it so that instead of the letters being drawn when I press the key instead an image appeared? For example when I press the letter “A”, an specific image would appear instead of calling draw_text.

    • @GameMakerStation
      @GameMakerStation  10 місяців тому +1

      use draw_sprite to draw the sprite you want, if you have a string with the letter you can use that to find a sprite with asset_get_index(), e.g. if your sprite is "spr_A" and your letter is "A" (in the variable 'char'), you can get it with asset_get_index("spr_" + char)

  • @WalterPeck1st
    @WalterPeck1st Рік тому

    The irandom function picks the same word every time? is there another way to do this?

    • @WalterPeck1st
      @WalterPeck1st Рік тому

      Ignore comment. Fixed 2mins after posting. Call randomise( ) at the start of your game.

  • @MrBigjuggs
    @MrBigjuggs 2 роки тому

    SSA paji, thank you for all your videos and tutorials

  • @MbzMOKKA
    @MbzMOKKA 2 роки тому

    A new video, pog

  • @broge_o7
    @broge_o7 2 роки тому

    waiting for this to Blowle up

  • @NorthRoyalton
    @NorthRoyalton 2 роки тому

    Impressive!

  • @sebbog
    @sebbog 2 роки тому

    give source code!

    • @sebbog
      @sebbog 2 роки тому

      nvm fixed it

  • @JackieChad
    @JackieChad 2 роки тому +1

    How much do you sweat? You changed clothes so many times in one hour.

    • @GameMakerStation
      @GameMakerStation  2 роки тому +1

      Hahaha 😄The commentary for this was recorded bit-by-bit over a month, whenever I could find free time apart from my job.