I followed along and made a few improvements such as small icons/images for pacman and ghosts, different color scheme, scoreboard, and even music. Next wil try is joystick support. Thank you for tutorial 😊
Amazing. Things for devs watching this to "sort" or work on. The ghosts were vanishing on the pac-dots (they were just changing the pac-dots to their own colour) and also, Pac Man doesn't need a press of keys all the time; a right arrow should make Pac-man move right until he encounters a wall or other obstacle. But like I saw; awesome work. I'll be playing with this one!
Thank you for the fantastic videos! Could you consider creating a React Native course, covering basics to advanced topics, available on RUclips or as a paid option? It would greatly benefit beginners like me eager to learn. Thanks for your dedication!
Great video! Thanks for posting. Some constructive criticism : your predictive text can really be confusing and throw the viewer off course a bit, especially when you are explaining things and the predictive code on screen is displayed and showing something different. A minor nitpick but thanks for the great tutorial.
Sorry you are having trouble with your code. If you follow along with the video you will see the code works as we play the game :). If you are still having trouble you can join codewithania.com to get the final code
ugh - share the layout array who wants to waste their time figuring that out? you said the codes available ... once you pay for your website, lol! no thanks :/
Hey @@aniakubow I think the person here is saying they can't locate the array layout in the video description. I am experiencing the same. Nothing about it is posted in the video description as I was trying to follow along as well and got stuck here. Not a huge pain point but it did cause me to not want to continue with the tutorial immediately and put it off for later. Just wanted to clarify as I'm sure you didn't intentionally mean to create extra unnecessary hurdles for your viewers. Excited for the description update. I appreciate you
May God Bless you Ania, this is very useful learning for me - thanks
I followed along and made a few improvements such as small icons/images for pacman and ghosts, different color scheme, scoreboard, and even music. Next wil try is joystick support. Thank you for tutorial 😊
That's awesome! Would love to see!
Please don't overwhelm me with your code, your beauty is already astonishing!
Thank you for this awesome video! Have a blessed day Ania
22:48
46:33
Amazing. Things for devs watching this to "sort" or work on. The ghosts were vanishing on the pac-dots (they were just changing the pac-dots to their own colour) and also, Pac Man doesn't need a press of keys all the time; a right arrow should make Pac-man move right until he encounters a wall or other obstacle. But like I saw; awesome work. I'll be playing with this one!
Thank you for the fantastic videos! Could you consider creating a React Native course, covering basics to advanced topics, available on RUclips or as a paid option? It would greatly benefit beginners like me eager to learn. Thanks for your dedication!
Le code informatique est une œuvre d'art !
Thanks Ania for the tutorial, practice make us masters!
Hi Ania I love your videos, I'm such a fan, thanks for spending the time doing what you do, good vibes to you, 😀😃, I Love you 🥰
Спасибо за классный урок❤
that was really helpful thank u too much
Thanks Ania!
Thank you for the fantastic lesson!
Glad you liked it!
Great video! Thanks for posting. Some constructive criticism : your predictive text can really be confusing and throw the viewer off course a bit, especially when you are explaining things and the predictive code on screen is displayed and showing something different. A minor nitpick but thanks for the great tutorial.
can't wait
What happened to the JS Zelda game tutorial?
The code doesn't work properly. Is the code published on github or something? So i can copy it
Sorry you are having trouble with your code. If you follow along with the video you will see the code works as we play the game :). If you are still having trouble you can join codewithania.com to get the final code
@@aniakubowDo i have to pay?
Where is the code to copy? I could not find.
Awesome 👌
Thanks you deserve a sub❤
And finished. Thanks!
although u did it long time ago I'm still up to to practice js
28:39
i am having difficulty in accessing source code , Can anyone access it or is it reserved for members only?
There is no sign up option on the website
Wow a great video, proofs much can be achieved by Javascript...please can you make a working e-commerce website video too🥺
🥰
Gracias
Super
Make a dominoes game
You can fix me ❤
I wait you 🎉 always don't forget for simple talking
A sweet and beautiful girl.It's a pity that I don't have one.
ugh - share the layout array who wants to waste their time figuring that out?
you said the codes available ... once you pay for your website, lol! no thanks :/
You can copy the code from the video for free :)
Hey @@aniakubow I think the person here is saying they can't locate the array layout in the video description. I am experiencing the same. Nothing about it is posted in the video description as I was trying to follow along as well and got stuck here. Not a huge pain point but it did cause me to not want to continue with the tutorial immediately and put it off for later. Just wanted to clarify as I'm sure you didn't intentionally mean to create extra unnecessary hurdles for your viewers. Excited for the description update. I appreciate you
Ah @@spacedoutpanda4670 . Does this help?
const layout = [
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1,
1, 3, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 3, 1,
1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1,
1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 4, 1, 1, 1, 2, 2, 1, 1, 1, 4, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 4, 1, 2, 2, 2, 2, 2, 2, 1, 4, 1, 1, 0, 1, 1, 1, 1, 1, 1,
4, 4, 4, 4, 4, 4, 0, 0, 0, 4, 1, 2, 2, 2, 2, 2, 2, 1, 4, 0, 0, 0, 4, 4, 4, 4, 4, 4,
1, 1, 1, 1, 1, 1, 0, 1, 1, 4, 1, 2, 2, 2, 2, 2, 2, 1, 4, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 0, 1, 1, 1, 1, 1, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1,
1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1,
1, 3, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 3, 1,
1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1,
1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1,
1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1,
1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1,
1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
]