Scratch ENEMY AI | Top Down Shooter (Ep. 2/2)

  Рет қаралды 50,469

ShiftClickLearn

ShiftClickLearn

Күн бұрын

Пікірлер: 184
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thanks for watching! Make sure you watch the first top-down shooter game episode! Here's the link: kzbin.info/www/bejne/p3SboJdqq9WBapY
@Goin_VR
@Goin_VR 10 ай бұрын
can i play the final results???????
@azmaintheproplayer2847
@azmaintheproplayer2847 2 жыл бұрын
Me : *not motivited in Scratch* Shift Click Learn : *Posted a new video* Me : BACK TO SCRATCH!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
XD Thanks!
@gummybear4927
@gummybear4927 2 жыл бұрын
Thanks for the tutorials! Didn't come here to code this game but helped me know more so I can implement these features into my projects. Keep up the good work!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Glad I could help! Thanks! :D
@gummybear4927
@gummybear4927 2 жыл бұрын
@@ShiftClickLearn :D
@Fudgecrumb
@Fudgecrumb 2 жыл бұрын
Keep up the tutorials! Your content is amazing and well edited :)
@AirLiftingMonkeys
@AirLiftingMonkeys 2 жыл бұрын
I've been waiting along time for this video😍
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Awesome!
@isuckatvideos3089
@isuckatvideos3089 8 ай бұрын
Hey, idk if the enemies are supposed to be stuck together or not for collision, when i made collision they are just stuck together or not. Very good tutorial. It helped me learn new movement and all
@blup9997
@blup9997 5 ай бұрын
I have bug i encountered that the enemy hitbox doesnt work they still merge into eachother and stops moving,its not noticable in your game becuase the enemies are just squares with the same color but in my game they have actual costumes so its very noticable
@Lucas-lt6bi
@Lucas-lt6bi 3 ай бұрын
Same here us there a fix?
@RatterTatterGaming
@RatterTatterGaming 3 ай бұрын
Make Hitboxes for the enemies, search up enemy Hitbox tutorial
@LexrayUAC.MogusJack
@LexrayUAC.MogusJack Ай бұрын
me too
@SaMz_Gaming-r3h
@SaMz_Gaming-r3h Жыл бұрын
I have been looking for a video like this thanks now I can continue making a top down game ❤
@VenomousCat-b5y
@VenomousCat-b5y Ай бұрын
This is so fun to play! Thanks!
@savagecatdev
@savagecatdev 2 жыл бұрын
Scratch Speedrun lol i like that you code fast though other youtubers are so slow i have to skip some of the video to actually start coding
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
LOL, awesome! It can be hard to find a good pace to record- on one hand I don't want to go really fast because people wouldn't be able to follow, but if I go really slow, the video will be 1000 hours long xD. Thanks for the comment! :D
@ChesterCpt
@ChesterCpt 2 жыл бұрын
Keep making tutorials! You're the best!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thanks, will do!
@manreen_harjas3945
@manreen_harjas3945 Жыл бұрын
LEZ GGOOOOOOO NEW VID
@muhammadfazil5179
@muhammadfazil5179 2 жыл бұрын
Late night right now. Seeing this vedio 2 hrs after upload
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Awesome!
@katiefrye7489
@katiefrye7489 2 жыл бұрын
I loved this episode its so cool and easy I always watch you.
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thank you! :D
@AVeryRandomDude
@AVeryRandomDude 2 жыл бұрын
Little bug: If you go all the way to the left or right or any direction that are far away from spawn, enemies will spawn really far to you I think to fix this, you need to set the x and y spawn that pick random from the player current x and y
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Oh, that's a good tip!
@AVeryRandomDude
@AVeryRandomDude 2 жыл бұрын
@@ShiftClickLearn thanks :D
@dunnomynameso746
@dunnomynameso746 2 жыл бұрын
Just finished watching part 1 and realized this was uploaded a few hours ago lol
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Lol awesome!
@HellDive-r
@HellDive-r 4 ай бұрын
Nice Tutorial Dude u helped me alot
@DuySHOA
@DuySHOA 2 жыл бұрын
Hello my friend. Video hay quá.
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Hiii1
@anasoares9366
@anasoares9366 2 жыл бұрын
I have a solution for Enemy Collisions, make a variable, name it MYSELF with the name of the sprite, and inside the touching (…)? Block, put the variable in the string input.
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Woah, will that work? I'll look into that! Thanks for the tip! :D
@smg400v5
@smg400v5 Жыл бұрын
I tried it and the enemies were still colliding but they were also still chasing me.
@AVeryRandomDude
@AVeryRandomDude 2 жыл бұрын
Hi, I watched but I forgot to comment!!!
@williambaldwin8763
@williambaldwin8763 6 ай бұрын
Very helpful! But, what if I have different enemy types? How would the collisons work for the different sizes and shapes?
@sanguinetheduck
@sanguinetheduck 16 күн бұрын
for anyone struggling with a glitch where the enemies just stop moving when colliding heres how to fix it: make a variable called "no. of clones" for all sprites when the enemy is creating the clones make it repeat for the value of the no. of clones variable set the no. of clones variable to pick random 8-12 or whatever you want create a new sprite called enemy hitbox two make it create a clone the same amount of times as the no of clones variable . make variables called x pos enemy and y pos enemy for all sprites and in the enemy sprite set them to the x and y position then in the hitbox 2 sprite when i start as a clone, show, forever: set x to x pos enemy variable set y to y pos enemy variable point towards player, move - 20 steps then change the costume for the second hitbox to a horseshoe shape so that it wraps around the actual enemy clone and instead of the enemies colliding with themselves make them move backwards (move -1 - movespeed steps) when touching this second hitbox (or walls if you have any) change the rotation style of the enemies to all around this is so that the enemy that is behind the thing it is colliding with moves backwards but the one infront doesnt go backwards aswell. hope this was helpful
@kizuano176
@kizuano176 9 күн бұрын
Could you possibly make a project with this code?
@devinscinta9500
@devinscinta9500 7 күн бұрын
This is so confusing, I would love to see this in a project, I've had this problem for like 4 days and I can't find any fix on it
@Therealbluu
@Therealbluu 2 жыл бұрын
awesome tutorial
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Glad you liked it! :D
@norainirapee832
@norainirapee832 2 жыл бұрын
Just a little curiosity, how do u make the enemies shoot bullets and stuff. I kinda need tht tutorial honestly
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Ooh, that would take some math for sure, similar to the move steps custom block... That's a good tutorial idea! Thanks! :D
@sweazerelli4311
@sweazerelli4311 9 ай бұрын
My bad but I went back to try and your this tutorial because it was like the first thing I tried just to get the hang of it that I saw to mess up scratching it was a bad.. but now I've actually made it work cuz I got a little bit more knowledge but I am having a problem still with the switch of the icon but big thank you big big help your back you're the best
@shahinma221
@shahinma221 2 жыл бұрын
imma shot the like button
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
lol
@shahinma221
@shahinma221 2 жыл бұрын
@@ShiftClickLearn xd
@scnhappytunes1800
@scnhappytunes1800 2 жыл бұрын
I love you videos!!!!!!!!!!!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thanks!!! :D
@AestheticGamerJourney
@AestheticGamerJourney 2 жыл бұрын
awesome thx!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
You're welcome!
@penguinpenguin3156
@penguinpenguin3156 2 жыл бұрын
I hope you add multiplayer it would be fun!Or you can do a other tutorial
@azmaintheproplayer2847
@azmaintheproplayer2847 2 жыл бұрын
agree
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
That would be really cool and also very complex!
@penguinpenguin3156
@penguinpenguin3156 2 жыл бұрын
@@ShiftClickLearn yeah a couple of tutorials but you dont have to I hope you do great vids :D
@qwertyuiopasdf160
@qwertyuiopasdf160 2 жыл бұрын
Or maybe a co-op
@penguinpenguin3156
@penguinpenguin3156 2 жыл бұрын
@@qwertyuiopasdf160 i mostly want more than two people though
@dudechase5661
@dudechase5661 2 жыл бұрын
thank you
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
You're welcome!
@zancrniveckalar2593
@zancrniveckalar2593 2 жыл бұрын
super helpful, but I still can't manage to add wall collision. Any tips?
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
I would first remove the movement from this game and replace it with the movement from the wall collision tutorial! :D
@zancrniveckalar2593
@zancrniveckalar2593 2 жыл бұрын
@@ShiftClickLearn yeah, the movement in this tutorial is made to be a bit more smooth, would the movement from the collision tutorial still work with everything else (enemies, bullets...)
@ytgaming-gd6gq
@ytgaming-gd6gq 8 ай бұрын
The bullets when i shot it kept going up so I made the speed different and steps but thanks for this i keep wanting to learn
@YouthExploreStudy
@YouthExploreStudy Жыл бұрын
Your tutorial was awesome, but I have a question is the Movecamera custom block run without screen refresh or not?
@harishankar-fh4wv
@harishankar-fh4wv 2 жыл бұрын
Hey can you make an RPG series tutorials
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
That would be really cool! I have something else planned tho... ;D
@chonker5070
@chonker5070 Жыл бұрын
Whenever I get close to an enemy, to enemy it glitches side to side. Is there any way to fix it?
@DamageTick
@DamageTick 2 жыл бұрын
can you make a tutorial on particles coming from dead clones. i am trying to make a zombie shooter game and i want to add some polish, but these particles don't work for me as i have a fixed camera and not a moving one like you.
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Did you try hiding the clone then creating the particles?
@DamageTick
@DamageTick 2 жыл бұрын
@@ShiftClickLearn my particles are working just fine now. i had to teach myself how to use lists, but now they seem to work. if you could make a tutorial on particles without a scrolling background that would be amazing.
@kaustubhshrestha1265
@kaustubhshrestha1265 2 жыл бұрын
you should make a studio like griffpatch for the project
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
That would be cool...
@kayrayaynda9144
@kayrayaynda9144 2 жыл бұрын
That's awesome!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thank you!
@ItsJustTim
@ItsJustTim 2 жыл бұрын
@ShiftClickLearn Whenever I Shoot A Enemy All Of The Other Enemies All Get To The Same Size As The Enemy I Shot, Is There Any Way To Fix This?
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Ooh, did you make the health variable for this sprite only? Otherwise, ALL of the enemies will share the same health variable.
@ItsJustTim
@ItsJustTim 2 жыл бұрын
Yes Got It Working Thanks For The Advice (I Love Your Vids Btw My Favs Are The 1 Episode Game Ones!)
@shimofrosted
@shimofrosted 2 жыл бұрын
Keep up the good work!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thanks, will do!
@pboltz2706
@pboltz2706 2 жыл бұрын
I found a problem in the collisions, if the sprite was a circle the collision code gets buggy like i saw some enemies overlapping each other, is there any way of fixing this?
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Hmm, maybe try making the collision detection costumes curved as well? I'm not sure if that will work tho...
@pboltz2706
@pboltz2706 2 жыл бұрын
It kinda work I just need to update the collision code I guess thanks!
@Kilvu
@Kilvu 2 жыл бұрын
Amazing :D
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thanks! 😄
@qwertyuiopasdf160
@qwertyuiopasdf160 2 жыл бұрын
Time to copy-paste and change the texture and call it my game
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
lol... please give credit tho xD
@qwertyuiopasdf160
@qwertyuiopasdf160 2 жыл бұрын
@@ShiftClickLearn sure lol
@TERRABLADE-uy7bh
@TERRABLADE-uy7bh Жыл бұрын
a small bug: the enemies still collide with the offscreen enemies
@FriedPo8o
@FriedPo8o Жыл бұрын
quick question - Like you made a move block that works with scrolling can you give me code for gliding block that works with scrolling?
@yeyegaming2606
@yeyegaming2606 2 жыл бұрын
indeed very nice i thought im not gonna make it because the bullet didn't come out of the gun it just gone over it but i just realized i have to change the direction of the bullet to 0 the it come out of the gun
@yeyegaming2606
@yeyegaming2606 2 жыл бұрын
HEREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE GOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
nice....
@doomdead165
@doomdead165 2 жыл бұрын
this was really good but only 1 enemy was moving with the camera
@lucianosilvapino5468
@lucianosilvapino5468 24 күн бұрын
Hope @ShiftClickLearn or someone can read this, but i have a issue with the screen detector, literaly the enemy is on the screen and the variable is on true but the bullets doesn't do any damage to him if i walk further form the spawn, if u know the solution i will be so thankful
@TherealSTAR_BOUND
@TherealSTAR_BOUND Жыл бұрын
Can you make one for something similar to 20 minutes till dawn
@scnhappytunes1800
@scnhappytunes1800 2 жыл бұрын
you got it! :D
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Got what?
@scnhappytunes1800
@scnhappytunes1800 2 жыл бұрын
@@ShiftClickLearn watching the first video.
@Toptizz
@Toptizz 2 жыл бұрын
AWSOME
@elFranCisMaster24
@elFranCisMaster24 Жыл бұрын
is possible to do that the bullet goes offscreen and damage the offscreen enemies?
@VenomousCat-b5y
@VenomousCat-b5y Ай бұрын
My enemies won’t change to the regular enemies costume
@nuratlamos8541
@nuratlamos8541 7 ай бұрын
When I make the minimum size the enemys become big how do I fix that?
@JackNoEyes
@JackNoEyes Жыл бұрын
Would it be possible to make a scratch shooter game where the enemies shoot at you without needing a ton of sprites?
@parkerdedrick8967
@parkerdedrick8967 Жыл бұрын
There aren’t many sprites 💀
@parkerdedrick8967
@parkerdedrick8967 Жыл бұрын
But yes. It would be possible.
@JackNoEyes
@JackNoEyes Жыл бұрын
I mean like making the enemies bullets all clones that come from cloned enemies, sorry for the confusion and thanks for replying @@parkerdedrick8967
@sannillangamagerishongebri2820
@sannillangamagerishongebri2820 7 ай бұрын
the particle script doesn't work when I kill a monster in my game the particle spawn somewhere else and does not do that cool explosion effect
@claymorepablotvalle6672
@claymorepablotvalle6672 23 күн бұрын
did you do the _vel and look at the particle thing? you might accidentally put a wrong Variable
@YouthExploreStudy
@YouthExploreStudy Жыл бұрын
I found I little bug, that is enemies can get stuck from icons, I think because they are in the same sprite.
@nutbutterdemon
@nutbutterdemon Жыл бұрын
Yeah, at the moment my enemies are also stuck as icons, Scratch must've had an update that changed something
@Whateverwhatever648
@Whateverwhatever648 Жыл бұрын
Hey you don;t have to do this but I would like it if you made a video where if there is a object in the enemy ai view then they won’t follow you
@Forest_turkey
@Forest_turkey 9 ай бұрын
yoo bro whenever i move the the enmy changes back to false why does that happen
@misterdot6923
@misterdot6923 2 жыл бұрын
YES
@misterdot6923
@misterdot6923 2 жыл бұрын
awesome content! keep it up.
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thank you, will do! :]
@__tinhvuvuong
@__tinhvuvuong Жыл бұрын
100/10 good video:)
@ytgaming-gd6gq
@ytgaming-gd6gq 8 ай бұрын
When i tried to make enimes move they stay still please help
@enzo_6416
@enzo_6416 2 жыл бұрын
coolio
@derpX-m7z
@derpX-m7z 7 ай бұрын
THE GUN IS STUCK WHEN I GO TO LEFT OR RIGHT
@thesillyboys-k5t
@thesillyboys-k5t Ай бұрын
mine got messed up when i did the icon enemy parrt
@nikshitsharma9671
@nikshitsharma9671 2 жыл бұрын
The enemies aren't following me, explain please...
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Did you copy the Move "steps" steps block correctly? (This one: kzbin.info/www/bejne/Y4nKeayNg8arqs0 )
@nikshitsharma9671
@nikshitsharma9671 2 жыл бұрын
@@ShiftClickLearn, Yes. I did...
@castelino86
@castelino86 9 күн бұрын
Why my enemy soo huge???? 9:05 is where I am stuck on???
@thederbly6009
@thederbly6009 2 жыл бұрын
How can you add wall collision in this?
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
I have a tutorial on wall Collison! You'd basically replace the movement shown in this video with my other tutorial. Here: kzbin.info/www/bejne/hZ61mWmJjdR8Zrs
@thederbly6009
@thederbly6009 2 жыл бұрын
Thanks
@11thdoctor-fav
@11thdoctor-fav 9 ай бұрын
Does not work my enemies keep spawning on my player 4:48
@NRGWILL44
@NRGWILL44 Жыл бұрын
I copied the code for camera movement but it doesn't seem to be working. anyone got any tips?
@leviwastooshort478
@leviwastooshort478 Жыл бұрын
IDK its the same 4 me
@Lakon_Two
@Lakon_Two Жыл бұрын
Can someone tell me how to make the enemies smaller?
@soap_.47
@soap_.47 Жыл бұрын
the "costume" code wont work correctly
@deansomes6254
@deansomes6254 Жыл бұрын
Good tutorial but if you could do it a little slower that would be much apprisheated
@notsamm43
@notsamm43 2 жыл бұрын
HOLA!!!!!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
HELLO!!!!! :D
@ProjectAbyssal-sf5xr
@ProjectAbyssal-sf5xr 3 ай бұрын
1:31 my savepoint
@irfansyahmin697
@irfansyahmin697 2 жыл бұрын
This video cuts a lot, I couldn't catch up most of it.. Hopefully, you fix this..
@marcusfelberbaum3629
@marcusfelberbaum3629 2 жыл бұрын
Your Tutorials Are Really Good But Can You Speak Slowly.
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thanks! Sorry about that- if you need, you can slow the video down. (Settings > Playback speed > 0.75 or 0.5)
@marcusfelberbaum3629
@marcusfelberbaum3629 2 жыл бұрын
@@ShiftClickLearn Thankyou
@SUPY_
@SUPY_ 2 жыл бұрын
Add recording system or bad
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
0-0 lol
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
good idea
@SUPY_
@SUPY_ 2 жыл бұрын
@@ShiftClickLearn It is actually easy, for player just store every single move and shoot for enemy store enemy type and time when enemy spawned. And for playing recording just disable moving skript and enemy spawn loop, moove player according to list and spawn enemy according to its list. Enable other game loop skripts
@yosephdawson7045
@yosephdawson7045 2 жыл бұрын
430 viewvs 7 hrs ago Ayo 😳
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
😳😳😳
@m7f2t9
@m7f2t9 Жыл бұрын
my scrolling is not working Please help me
@Forest_turkey
@Forest_turkey 9 ай бұрын
wwooooowww i'm commenting on my own videooooo
@lifelonglist2136
@lifelonglist2136 2 жыл бұрын
bro went to fast i messed up my whole project and cant fix it
@TheRealKensterBoosteryt
@TheRealKensterBoosteryt 7 ай бұрын
Same.
@ARandomUser543
@ARandomUser543 8 ай бұрын
Bruh, there is one more like until it is 666😂😂😂
@muhammadfazil5179
@muhammadfazil5179 2 жыл бұрын
29th like
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
thanksssss
@ITZME10101
@ITZME10101 2 жыл бұрын
61th veiw and 13th like
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Thank you! :D
@Marco-kl7ds
@Marco-kl7ds 2 жыл бұрын
hi
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
helloo
@Achrylis
@Achrylis Жыл бұрын
The enemy's still stupid tho
@TheCubeTester
@TheCubeTester 3 ай бұрын
MY ENEMIES ARE HUGE PLS HELP!!!
@VenomousCat-b5y
@VenomousCat-b5y Ай бұрын
My things always are false
@Frogster08
@Frogster08 8 ай бұрын
5:45
@DJSlerp
@DJSlerp 2 ай бұрын
10:43
@Heillygamings
@Heillygamings 5 ай бұрын
hard please easier
@TheRealKensterBoosteryt
@TheRealKensterBoosteryt 7 ай бұрын
Bad tutorial. Went too fast. All the enemies spawn in a line and won’t move when I move. All bc you rushed.
@riddleworld1618
@riddleworld1618 2 жыл бұрын
69 not op
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
aHHhh
@BiscutGameplay
@BiscutGameplay 8 ай бұрын
This is very laggy
@moumitasil6757
@moumitasil6757 Жыл бұрын
😠
@Random_clips2164
@Random_clips2164 16 күн бұрын
ngl u went way too fast for me and barely explained what was going on sorry watched a different video +-
@ananemy7517
@ananemy7517 2 жыл бұрын
I always click on dislike even tho i love it :/
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
wHY 😭 XD
@NinjaCoconutoffical
@NinjaCoconutoffical 2 жыл бұрын
I am dissapointed. You are lying. Is not working and link for game is not real.
@AVeryRandomDude
@AVeryRandomDude 2 жыл бұрын
Me seeing 10:44 Take the number counter from the backpack (made by griffpatch, go check him out) and got the job done, 100% center!
@ShiftClickLearn
@ShiftClickLearn 2 жыл бұрын
Griffpatch's number counter is good! (You could also use mine hehe.) :D
@AVeryRandomDude
@AVeryRandomDude 2 жыл бұрын
@@ShiftClickLearn I will use yours cuz this is your game :D
Scratch Top Down Shooter (Ep. 1/2)
16:57
ShiftClickLearn
Рет қаралды 110 М.
I Made a Scratch Game In a Scratch Game
9:33
ZonxScratch
Рет қаралды 510 М.
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 57 МЛН
ChatGPT Makes a Scratch Game
10:30
PolyMars++
Рет қаралды 1,1 МЛН
This Game Made Its Developer $10k
18:04
Icely Puzzles
Рет қаралды 200 М.
Top 10 Scratch Games (October 2022)
18:57
ShiftClickLearn
Рет қаралды 2,6 МЛН
Creating SMART enemies from scratch! | Devlog
5:40
Challacade
Рет қаралды 359 М.
NEVER DO this on SCRATCH !
4:14
SL Smart Mind
Рет қаралды 494 М.
Pixel Art Animation Tutorial - (Aseprite)
14:53
Saultoons
Рет қаралды 904 М.
I Solved The World's Hardest Maze (with Code)
9:54
Green Code
Рет қаралды 204 М.
How do non-euclidean games work? | Bitwise
14:19
DigiDigger
Рет қаралды 2,4 МЛН
NEVER DO this on SCRATCH ! | EP 3
10:55
SL Smart Mind
Рет қаралды 1,4 МЛН
Cookie Clicker in Scratch But It Gets More Complex
12:26
ggenije
Рет қаралды 270 М.
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33