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. 😍
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.
*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 ?*
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
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.
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)
Any questions? Drop them down below.
Join my Discord: discord.gg/TykHyqK
Glad to see new videos coming out!
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. 😍
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.
Love it. You make it look so simple.
7 minutes in, and I already love your simple but effective explanations. Liked and subscribed!
Very good video. You explained everything very thoroughly and it was quite interesting. :)
*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 ?*
This is awesome. You make it look so easy. I might actually give this one a shot in a day or two!
Thanks for your whole tutorials. I like want to know in your Funktion method -
Isometric Grid Movement in Games
Yoooo welcome back
That was pretty impressive!
Great work sir!
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
THIS TUTORIAL IS SO GOOD
It looks amazing :D
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.
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)
The irandom function picks the same word every time? is there another way to do this?
Ignore comment. Fixed 2mins after posting. Call randomise( ) at the start of your game.
SSA paji, thank you for all your videos and tutorials
A new video, pog
waiting for this to Blowle up
Impressive!
give source code!
nvm fixed it
How much do you sweat? You changed clothes so many times in one hour.
Hahaha 😄The commentary for this was recorded bit-by-bit over a month, whenever I could find free time apart from my job.