Тёмный

Cloning Wordle In Unity Because You’re Bored On A Flight 

Warped Imagination
Подписаться 6 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@WarpedImagination
@WarpedImagination 2 года назад
After watching this video if you are interested in Part 2 "I Cheated On My Wordle Clone Built In Unity" then here is the link ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-V_QUVYLAUjU.html
@nunodelgado20
@nunodelgado20 2 года назад
This is actually a really good tutorial. I loved how you taught us how to create a game and create tools to test it seamlessly. I understand, though, that this is probably not a complete begginer tutorial. Yet.. I can already hear Jason Weimann in my head trying to convice you to do more of these, and I couldn't agree more 😁 Great job!
@WarpedImagination
@WarpedImagination 2 года назад
Glad you liked it .. its a little hacky being something I knocked up in a short time on a flight .. but I have to agree with Jason it might be time I did a proper polished puzzler game for everybody to see the whole thing
@jameslafritz2867
@jameslafritz2867 9 месяцев назад
Nice quick throw away project. Good start for creating a prototype. After watching a bunch of your video's may I suggest that you create a Button Attribute that you can add on to your methods, then create an Editor for all MonoBehaviors that draws the default inspector then collects all of the Methods that have the Button Attribute and draws a button that calls that method when clicked. This will save you a bunch of time, as you won't have to make an editor script for each thing you want to test, just use the attribute and you are good.
@WarpedImagination
@WarpedImagination 9 месяцев назад
I have that in my Foundation library that goes into all of my own projects, with other options like drawing expanding boxes below the component for debug information and tools using attributes. I don't put them in the videos so as not to confuse some of the audience. Its a good point though I should do a video on it.
@jameslafritz2867
@jameslafritz2867 9 месяцев назад
I figured you probably had it. It was just something that I noticed you did with just about every regular monobehaviour in the videos.@@WarpedImagination
@itsalvinmaulana
@itsalvinmaulana 2 года назад
thank you bro, Great Job!
@WarpedImagination
@WarpedImagination 2 года назад
You're welcome!
@Ferenc-Racz
@Ferenc-Racz 6 месяцев назад
Hi! This tutorial video was soo good when you created ba whole game. Unfortunatelly I can not find other content like this on your chanel. I know there is a lot smaller tutorial / POC, but there is no like this 'create a game' tutorial. Is there any chance in the future regarding an other full game tutorial? Best regards / thank you for this video and your knowledge sharing.
@WarpedImagination
@WarpedImagination 6 месяцев назад
I plan this year on opening up my own larger scale game in live videos .. I have also been playing with the idea of doing some more of these "Lets make a game" tutorials.
@clamum9648
@clamum9648 2 года назад
3:50 I kinda wish you would create it as someone would really want to, so we could follow this when creating our own games and construct them the right way. I think you were referring to creating it with the right size/position? As a Unity noob that's really helpful. I don't really care to create things half-assed; I'd like to know the correct, or recommended, way to do things. I get that you wanted to keep things simpler but the video is already almost 2 hours long. I see this a lot in (tutorial) videos. I'd much rather have it a bit longer and see the proper way to do things. For people who don't care (which IMO would be a tiny minority; I'd guess most would rather see proper habits/procedures), you could just verbally quickly explain a shortcut way, before going on with the recommended way. Still a great video and I appreciate it, don't take my criticism personally! 👍
@WarpedImagination
@WarpedImagination 2 года назад
You're right I should have been a little clearer on the layout point and picked a desired releasable layout.. as I didn't have a desired device/platform I went for a layout that would fit with a general layout to what I was used to playing the game in. I will add a future video on layout for mobile to the list in the tutorial playlist.
@clamum9648
@clamum9648 2 года назад
@@WarpedImagination Awesome yeah that would be great!
@clamum9648
@clamum9648 2 года назад
LOL "I try not to interact with people." Thumbs up for that one big 🐕 😳
@WarpedImagination
@WarpedImagination 2 года назад
They still interact with me though .. lol
@clamum9648
@clamum9648 2 года назад
@@WarpedImagination I can work from home now so I don't get a lot of (in person) interaction myself lol. I'm ok with that, have always been a hard leaning introvert. Oh well
@TedThomasTT
@TedThomasTT 2 года назад
Nice one 👍
@WarpedImagination
@WarpedImagination 2 года назад
Thanks glad you liked it
@tedipenkova
@tedipenkova Год назад
Hey this is an amazing tutorial! Can you tell me where exactly to download the textures from?
@WarpedImagination
@WarpedImagination Год назад
So those textures are from a pack called UI Builder assetstore.unity.com/packages/2d/gui/ui-builder-29757?aid=1101liVpX ... but they are pretty simple to create in any texture editing tool if you wanted just make sure to play with the sprite editor to keep the corners consistent
@tedipenkova
@tedipenkova Год назад
@@WarpedImagination Thanks
@shami9353
@shami9353 Год назад
1:11:47 Hilarious enough it is the today's wordle.
@WarpedImagination
@WarpedImagination Год назад
Guess I wont need to play today then ☺
@Paragonians
@Paragonians 2 года назад
Hey this is an amazing tutorial! I am trying to create it myself but there seems to be a bug when I get 1:10:00 ish. My game doesn't do anything when I hit return on a word. Any chance you can share your files so I can check through them and see what I did differently? Hard to debug when I can't see all of the code in one place. Thanks!
@WarpedImagination
@WarpedImagination 2 года назад
If your getting the other input of the letters from the keyboard its pretty much gonna come down to making sure you have the escape characters for return and enter correct around 41 minutes into the video
@kima2421
@kima2421 Год назад
@Jesse Andringa I am also having the same kind of trouble but mine differs a bit. The animation only happens when I get the right answer from spoiler. Even if I complete the the first row with wrong answer and press enter nothing happens, i.e. no wrong location animation, no incorrect animation/color and it doesn't move to the next row when I pressed enter. @Warped Imagination please help?
@kima2421
@kima2421 Год назад
change the code word.Append(m_guess[i].Value) to word.Append(m_word); after that everything work for me
@carlosastengo8736
@carlosastengo8736 2 года назад
Hi, maybe I did something wrong but if not, this game does not play exactly like Wordle (which i understand because as you said this is more a prototype than a game). In Wordle when you guess something like “funny” when the secret word is “green” only the first n would be yellow. At first, I thought of making a list of the letters that have already been found and just checking if the letter I’m checking has already been found. Sadly, this does not work when you guess “union” and the secret word is “green”, in that case the first n should be grey, and the last n should be green. Do you have any tips or ideas that could fix this? Great video btw, thank you for sharing
@WarpedImagination
@WarpedImagination 2 года назад
You know what you're absolutely right it is missing that functionality .. with all the Wordle I have played cannot believe I missed it, well done for spotting it. So as far as resolving the issue, off the top of my head I would take the approach of checking the letters status across the letters in the current row before marking its status, so "is this letter 'in wrong location' and can it be identified in 'correct location' elsewhere" && "has this letter already been identified 'in wrong location' and this letter is not the 'correct location' "
@melissaatc4977
@melissaatc4977 2 года назад
Hello. First of all thank you for this video.I have followed all the steps, but I have a problem: Only the first element of the "Letter State Colors" array in the "Key Button" works (Element 0). Unfortunately Element 1 and Element 2 do not work. I couldn't understand why for two days. Could there be a change in the "Editor scripts" that is not visible in the video? Or what do you think could be the source of the problem? I would be very happy if you or someone else could help.
@WarpedImagination
@WarpedImagination 2 года назад
Several people have passed through it and no one reported a problem .. so it might just be a missed parameter So its time to debug .. first off in a case like this try adding an editor for the key button that sets the state manually outside of the manager flow and see that you get the right color showing up. If you do then you need to check the manager is sending the right state across.
@melissaatc4977
@melissaatc4977 2 года назад
@@WarpedImagination Thanks for your answer. I will try that, if I find a solution, I will write the source of the problem.
@melissaatc4977
@melissaatc4977 2 года назад
​@@WarpedImagination PROBLEM SOLVED. After deleting the "return" code in the "SetState" method in the "Key Script", the problem was solved.
@zainashraf3492
@zainashraf3492 2 года назад
Can you please give a downloadable link to your texture files. I can't seem to find any online.
@WarpedImagination
@WarpedImagination 2 года назад
I deleted this project a while back .. but texture wise there isn't anything too hard its a simple rounded square texture filled and unfilled
@kubag6890
@kubag6890 2 года назад
Have you any idea how to put foreign symbols on this virtual keyboard? I mean i really want to make my KeyCode to write Ą Ź Ż or else?
@WarpedImagination
@WarpedImagination 2 года назад
Loose the Keycode references and stick with char , if your font doesn't support the char then create some images and do a lookup.
@kubag6890
@kubag6890 2 года назад
@@WarpedImagination wow thanks for the answer. How can I loose the Keycode references? I'm a noob in programming yet (btw awesome tutorial!). Should I rewrite the script or do something in settings?
@WarpedImagination
@WarpedImagination 2 года назад
The scripts would need a rewrite for this functionality where I use KeyCode you would need to swap that out and then change the logic around it
@damiantam8919
@damiantam8919 2 года назад
Where can i get the fonts used in the video?
@WarpedImagination
@WarpedImagination 2 года назад
I have long since deleted this project .. but doing a quick scan of the video looks like I was using "TitilliumWeb" font, which probably came in one of the multitudes of UI packs I have accumulated during the years from the asset store. Most of the packs use commercial free fonts that can be downloaded from Google or Adobe etc
@Kerem_MertGakadatil
@Kerem_MertGakadatil Год назад
github source link pls
@WarpedImagination
@WarpedImagination Год назад
It was just a basic throw away clone so there is no downloadable link .. though I show all the code and development in the video so you can recreate
@Kerem_MertGakadatil
@Kerem_MertGakadatil Год назад
@@WarpedImagination... Okey
@Kerem_MertGakadatil
@Kerem_MertGakadatil Год назад
@@WarpedImagination Will it be part 3 in this game where you also show data logging
@WarpedImagination
@WarpedImagination Год назад
@@Kerem_MertGakadatil No it was only this and then the video on how to cheat at Wordle
@merzost2304
@merzost2304 2 года назад
Bro, can you please give this unity project? I'm a beginner, and I want to understand the concept
@WarpedImagination
@WarpedImagination 2 года назад
It's all there in the video, nothing left out .. I wouldn't say it's a very beginner friendly project, very much a hack I did while bored and stuck in a confined space for so long. For some beginner projects Jason Weimann has some good tutorials to dig into .. he has also been nudging me to create a full game tutorial (done properly not hacky) so I guess thats in my future.
@merzost2304
@merzost2304 2 года назад
@@WarpedImagination I just need to do a course project on my studies, I don't have much time left, and I wanted to just use the project by changing some functions in it. Your video lesson is good, and I couldn't find any similar ones on the Internet. Therefore, I would be very grateful if I received the Unity source file.
Далее
I Cheated On My Wordle Clone Built In Unity
24:09
Let's Create: Minesweeper in Unity
20:41
Просмотров 2,4 тыс.
How would you react?!😳
00:44
Просмотров 6 млн
Basic Typing Game with Unity [01]
14:37
Просмотров 25 тыс.
Making UI That Looks Good In Unity
18:06
Просмотров 676 тыс.
Create 2048 in Unity - Learn how to make a grid game
27:44
Unity Architecture for Noobs - Game Structure
16:24
Просмотров 196 тыс.
Did I make a Mistake switching from Unity to Godot?
5:16
Never Release a Broken Unity Game Again
5:24
Просмотров 2,4 тыс.
Next LEVEL Unity Hierarchy
15:42
Просмотров 3,1 тыс.
Word Scramble Game with Playmaker - Unity
34:00
Просмотров 18 тыс.