1 hour 2D Breakout in JavaScript!

  Рет қаралды 8,417

Code with Ania Kubów

Code with Ania Kubów

Күн бұрын

Пікірлер: 48
@Kenbomp
@Kenbomp 6 ай бұрын
Some ultra name refactor needed but for the scope it liveable
@jamesp9823
@jamesp9823 4 ай бұрын
Thanks for this. Currently refreshing my JavaScript skills and this helps a lot. I would recommend using "Extract Variables" or "Introduce Explaining Variables" to make the code more readable.
@aniakubow
@aniakubow 4 ай бұрын
Thanks so much for watching 🤗🤗🤗
@MrBrady95
@MrBrady95 8 ай бұрын
Cool, thanks for putting the fun in function! And since we're on a fun kick: @33:00 //check for wall hits ... is what I do on the cat track ... when I'm riding on my snow board! Cheers!
@jdabbasi990
@jdabbasi990 8 ай бұрын
The real Daenerys Targaryen our teacher!
@rajunaidu7751
@rajunaidu7751 7 ай бұрын
Ania Kubow Forever
@haythem5101
@haythem5101 8 ай бұрын
Many thanks for this lesson! as always useful and clear!
@RAVISHARMA-hk5ll
@RAVISHARMA-hk5ll 7 ай бұрын
hello, I watch again this wonderful js work because it's game + fun - thanks
@AndreColon
@AndreColon 8 ай бұрын
Thank you , this was fun - I am excited to jump on the next 1 hour app in JS. Well Done!
@RAVISHARMA-hk5ll
@RAVISHARMA-hk5ll 8 ай бұрын
Thanks Ania , this is my favourite game , thanks for sharing it's wonderful js flow .
@aniakubow
@aniakubow 8 ай бұрын
Aw thank you!
@ahmad-murery
@ahmad-murery 8 ай бұрын
Nice little game Ania I like making such games when teaching Young people, it keeps them engaged and having fun at the same time. about 2 years ago I taught a 12y/o kid the fundamentals of frontend development and for the final project he was able to build a similar game (with some advanced features) and I really didn't expect he can understand all concepts, anyway, I think he was smarter than me😎. Thanks!
@jakubfrei3757
@jakubfrei3757 8 ай бұрын
I did this a while ago, was fun
@VADC-dev
@VADC-dev 8 ай бұрын
0% boring She is definitely a good teacher
@tanguy_chenier
@tanguy_chenier 7 ай бұрын
Thanks for this.
@zughbor
@zughbor 8 ай бұрын
Hi Ánia I love your videos, can you teach us theThree.js please ❤
@Romcikkas
@Romcikkas 8 ай бұрын
Hello.Good job, done the same with react, added change ball speed functionality. Also instead of blocks array, I create function for blocks drawing: const numRows = 3; const numBlocksInRow = 5; const blocks = Array(numRows) .fill() .map((_, rowIndex) => { return Array(numBlocksInRow) .fill() .map((_, blockInRowIndex) => { const xAxis = 10 + blockInRowIndex * (blockWidth + 10); const yAxis = 270 - rowIndex * (blockHeight + 10); return new Block(xAxis, yAxis); }); }) .flat();
@aniakubow
@aniakubow 8 ай бұрын
Thanks for sharing!
@TheMetalMag
@TheMetalMag 8 ай бұрын
thank you
@hilmanzaki2842
@hilmanzaki2842 7 ай бұрын
You are absolutley amazing and beautiful keep it up 🙌
@anresu3031
@anresu3031 7 ай бұрын
I just watched an ad for Candy Crush and the person narrating it had a voice nearly identical to yours. Did you ever work with King?
@aniakubow
@aniakubow 7 ай бұрын
That’s so cool! I did not sadly :)
@rajunaidu7751
@rajunaidu7751 7 ай бұрын
Space invaders meets pong
@VADC-dev
@VADC-dev 8 ай бұрын
How it's says some comments are 2 days older while this posted just a 46 minutes ago?
@youknowitItsTecH
@youknowitItsTecH 8 ай бұрын
Thank you Mother of dragon 🐲🐉 really it's nice video❤
@aniakubow
@aniakubow 8 ай бұрын
🐉
@thunde7226
@thunde7226 8 ай бұрын
awesome....................................KUbow..................................great video...................;) bye
@Fogaca135
@Fogaca135 8 ай бұрын
Love it! thx.
@aniakubow
@aniakubow 8 ай бұрын
:)
@carloanimationTV
@carloanimationTV 8 ай бұрын
well, you look pretty on the thumbnail by the way...
@NK-rm7kc
@NK-rm7kc 8 ай бұрын
No, it looks idiotic. Sorry. What’s that expression called? blowjobreadiness? Inappropriate.
@mojaffarahamed437
@mojaffarahamed437 8 ай бұрын
Are real or ai generated a model?
@abhisheksingh-ck7wp
@abhisheksingh-ck7wp 8 ай бұрын
I am a model developer, you are a model and developer❤
@minvac7784
@minvac7784 7 ай бұрын
You still so beautiful and what you do
@w-justice7526
@w-justice7526 8 ай бұрын
two
@JohnDoe-df8bj
@JohnDoe-df8bj 8 ай бұрын
First
@asimhero2057
@asimhero2057 8 ай бұрын
Code with kitty
@SunnyPsychosis13
@SunnyPsychosis13 8 ай бұрын
Maybe we should do yoga together..?.
@SunnyPsychosis13
@SunnyPsychosis13 8 ай бұрын
Medieval Yoga
@w-justice7526
@w-justice7526 8 ай бұрын
thirst
@YositokuTukukita
@YositokuTukukita 8 ай бұрын
When will we have an 0nly-Fans channel of you? =)
@_travis5957
@_travis5957 8 ай бұрын
I hope you're not being disrespectful
@TrumpBooks
@TrumpBooks 8 ай бұрын
deslike ...
@VADC-dev
@VADC-dev 8 ай бұрын
Yeah i disliked your comment
@moseskiprono8594
@moseskiprono8594 8 ай бұрын
Hello @ania_kubow, with the launch of Devin, do I as a developer have a future?
@hafezmustafa9530
@hafezmustafa9530 3 ай бұрын
Thank you
JavaScript Analog Clock (Super Simple!!!)
22:17
Code with Ania Kubów
Рет қаралды 6 М.
Build 2048 and Master JavaScript!
54:07
Code with Ania Kubów
Рет қаралды 48 М.
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,4 МЛН
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН
Master JavaScript Drag and Drop with Chess Example!
28:44
Code with Ania Kubów
Рет қаралды 13 М.
1 hour Pac-man in JavaScript!
1:01:21
Code with Ania Kubów
Рет қаралды 15 М.
Variables ~ MMP 210
19:25
Prof Roberts
Рет қаралды 27
Building Tic-tac-toe in JavaScript vs React
1:14:46
Code with Ania Kubów
Рет қаралды 16 М.
I code Minesweeper in JavaScript!
1:04:41
Code with Ania Kubów
Рет қаралды 13 М.
Learn JavaScript - Full Course for Beginners
3:26:43
freeCodeCamp.org
Рет қаралды 18 МЛН
Tic Tac Toe in JavaScript (Super Simple!)
38:05
Code with Ania Kubów
Рет қаралды 11 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 490 М.
Learn JavaScript by building the EASIEST Calculator! - Super easy!
26:48
Code with Ania Kubów
Рет қаралды 12 М.