Coding Challenge #10.1: Maze Generator with p5.js - Part 1

  Рет қаралды 396,955

The Coding Train

The Coding Train

Күн бұрын

Пікірлер: 232
@DePistolero
@DePistolero 7 жыл бұрын
5 seconds into the video, liked, 6 seconds, subscribed, 7 seconds noticed the amount of the videos suggested on the right... Where have you been all my life :) ?? Thank you.
@schneeekind
@schneeekind 7 жыл бұрын
DePistolero yea same here
@RedsBoneStuff
@RedsBoneStuff 7 жыл бұрын
I really like the fact that you generate a maze where with actual walls for walls, rather than one with squares for walls.
@WoodyPembs
@WoodyPembs 6 жыл бұрын
Your video (its the first one I've seen) is really helping wake up my 'programming brain'. I used to write code pretty much as easily as writing a shopping list, but that was thirty years ago! I've set myself the task of creating a dungeon game and been thinking about maze generation. Books are fine but your clear presentation style (particularly the shared thought processes) are getting my head back into gear better than hours of reading have done. Thanks!
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Love hearing this thank you!
@KDChenStudio
@KDChenStudio 7 жыл бұрын
Man, i feel so much fun following the way how you approach the solution.
@muhammaduzair2863
@muhammaduzair2863 3 жыл бұрын
From the future here! This is f**ing good man! Honestly your way of teaching is fabulous.
@Insanesurf
@Insanesurf 7 жыл бұрын
Haha I almost died when you went "top, middle, right, wait...", despite having done the silly song trying to remember the correct order xD. Great videos BTW, subscribed.
@TheMinecraftMan11100
@TheMinecraftMan11100 7 жыл бұрын
While I primarily code in Java, I've been drawn to these because you're just so energetic! You always describe what you're doing so well, but I was wondering if you could do a series on Java programming? I'm inexperienced with coding in general, and I've been using your videos to learn. Thank you!
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
Check out all my Processing + Nature of Code videos, those are all processing.org which is Java.
@badnessofhour
@badnessofhour 6 жыл бұрын
this is a mazing video. =)
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
😂
@blinzi69
@blinzi69 6 жыл бұрын
that comment is highly undertated! :-)
@lowbunny7
@lowbunny7 5 жыл бұрын
Ugh... puns will be the end (not really) of me!
@LucasOliveira-dj6gg
@LucasOliveira-dj6gg 6 жыл бұрын
THE BOB ROSS OF CODING
@martinnieva8484
@martinnieva8484 5 жыл бұрын
That's called "Bisqwit"
@porx
@porx 5 жыл бұрын
let human = bobRoss; function bobRossToCodingTrain(input) { input -= afro; input += glasses; input.beard *= 0.5; return input; } human = bobRossToCodingTrain(human);
@bobingstern4448
@bobingstern4448 3 жыл бұрын
@@porx yes
@ImJiom
@ImJiom 5 ай бұрын
more like the richard simmons of coding
@Danicker
@Danicker 7 жыл бұрын
16 minutes and he creates a gird... Jks it would take me 16 minutes to get the line to be white. You are very talented!
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
haha, thank you!
@ImMimicute
@ImMimicute 7 жыл бұрын
Danicker I think I'd give up and pull out a crayon before I made it to 16 minutes
@tcchan14
@tcchan14 7 жыл бұрын
1 hour and he finish the challenge. For me, I use about two days
@calebsherman886
@calebsherman886 6 жыл бұрын
I would take 2 days, and about 30 times referencing this video.
@RifqiPriyo
@RifqiPriyo 8 жыл бұрын
"top, right, bottom, left" is what you'll use in CSS shorthands (like padding, border, and margin). 😁
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Muhammad Rifqi Priyo Susanto aha! Good point!!
@LegendaryFartMaster
@LegendaryFartMaster 5 жыл бұрын
@@TheCodingTrain I like to remember it as NESW, Never Eat Sea Weed
@flamingowrangler
@flamingowrangler 3 жыл бұрын
@@LegendaryFartMaster 1984
@DavidBauer38
@DavidBauer38 2 жыл бұрын
The “top right bottom left” seemed to be giving him a bit of TRouBLe!
@khineaindray
@khineaindray 5 жыл бұрын
Your video did really help me. I wish I would have watched this first before finding in somewhere else. And the way you explain was amazing and it's easy to understand. Thank you so much.
@BlueDayReborn
@BlueDayReborn 7 жыл бұрын
Subbed, you sir are the most amazing programming mentor! Thanks!
@jorensminats5605
@jorensminats5605 8 жыл бұрын
I love these Coding Challenges, I don't know how to code, but It's still very fun to watch!
@up4life108
@up4life108 7 жыл бұрын
Just begin !
@toxicsnails
@toxicsnails 5 жыл бұрын
I’ve always taught my students to remember TROUBLE when writing top, right, bottom, left (TRBL)
@smileforworldmotivationcha7144
@smileforworldmotivationcha7144 2 жыл бұрын
I love the way you are too excited to explain things. Thanks so much
@chrisgermann7414
@chrisgermann7414 7 жыл бұрын
Daniel your videos are just awesome. You are the reason i switched from electrical engineering to computer science. Love you man, keep up the good work :).
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
Thanks for the nice feedback!
@SyemaAilia
@SyemaAilia 5 жыл бұрын
This guy makes me literally laugh out loud
@NicholasWautier
@NicholasWautier 7 жыл бұрын
Commenting your code can help with those memorization issues you're having ;) Seriously though, great video! Thanks for not editing out your mistakes... It helps to see others going through those kind of issues!
@Josh01363
@Josh01363 4 жыл бұрын
I’m doing maze generation and pathfinding for my college coursework and ur vids are helping a lot even though I’m doing mine in a different language
@esrako
@esrako 2 жыл бұрын
hey! in which language did you create the maze?
@cyral_u
@cyral_u 7 жыл бұрын
Your problem solving skills are mind blowing
@ResetBox15
@ResetBox15 7 жыл бұрын
You're exactly what I look for. Explain only what to explain and quickly, without mince words
@puke1523
@puke1523 5 жыл бұрын
Awesome idea! Remade this in Java, and it also solves itself afterwards, really fun!
@Malik-lo7tw
@Malik-lo7tw 4 жыл бұрын
what algorithm does it use to solve it ? :)
@pdsmart
@pdsmart 2 жыл бұрын
I am SO like you. LOL. I LOVE to have things to line up!! I swear, I need to write my OWN formatter for Visual Studio.
@TheCodingTrain
@TheCodingTrain 2 жыл бұрын
Hah, thanks for the comment and the support!!
@SarasamirSarasor
@SarasamirSarasor 4 ай бұрын
Thank lots , this maze generator related to reinforcement learning (neural network)​??plz tell me@@TheCodingTrain
@SkyenNovaA
@SkyenNovaA 5 жыл бұрын
A simple and fun way to explain maze generation, thanks!
@milkyroad9593
@milkyroad9593 7 жыл бұрын
Hey Daniel. Greetings from Germany. I love your videos. Programming + humor. "We're getting somewhere - eventually" hahaha. Keep doing your videos please.
@mightyleguan1451
@mightyleguan1451 7 жыл бұрын
I really love your videos and I am currently following along the Intelligence and Learning playlist. The only thing I am afraid of is that by watching more of your videos I might start making the *this.* mistake more often. :D
@yashashav_dk3766
@yashashav_dk3766 5 жыл бұрын
Mr Coding Train, I love your enthusiasm.
@ScienceGuides
@ScienceGuides 5 жыл бұрын
Returning to this video long after seeing it the first time. :-) I really enjoy your library of videos. It helps being creative with programming, to see your examples, and in this case, I actually needed a way to generate mazes. THANK YOU! Best regards - Søren
@piyushmajgawali1611
@piyushmajgawali1611 5 жыл бұрын
p5 js is so easy to use went to the web editor,followed the video,made sense Thanks
@kevnar
@kevnar 6 жыл бұрын
You only need to draw the Top and Left line. If the line of the next cell over is true, the line will be there. Then, when the walls are all done, draw a box around the whole thing, minus any exits. Also, I used an integer for the walls. if the 1 bit is on, the north wall is there. 2 is for the east. 4 is for south, and 8 is for west. If the walls integer is 15, that means all walls are there. If it's 5, only the north and south walls are there. Simple binary math. To knock down a wall, just subtract the correct number for that direction. So 15 - 8 removes the west wall, 15 - 1 removes the north wall... and so on. Later when you're solving the maze, to check if a wall is present, you just say: this.isWall = function(intWalls, dir) { return (intWall & dir) != 0; } Where intWalls is the integer for which walls are up, and dir is the direction you want to go in, 1,2,4, or 8. The bitwise & returns 0 if the path is clear. And if it's not equal to 0, then the wall is there, and the function returns true. It's quicker than four different if/thens for each wall.
@theredstormer8078
@theredstormer8078 4 жыл бұрын
Very helpful. I am in the process of making a 3d maze generator for Minecraft to confuse people on a server trying to traverse an underground base and I'm hoping this can be translated into 3d then sliced into various images so I can convert those into schematics in-game.
@NeilRoy
@NeilRoy 5 жыл бұрын
Depth First is nice if you want long passages. I want to use one for a more interesting game with many branching hallways, so I found Prim's Randomized to be the best for that. In one implementation I had my program choose which algorithm at random, and then generate the maze, which was kind of interesting and gave more variety. In my own program I wanted to generate a sort of "3D" Text maze. But an interesting use for these I recently found was generating a random platform game! Which I thought was a very kewl use for maze generation. It's making me think of different uses. I was surprised at how easy these are to understand and implement.
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
Thanks for this feedback!
@DowzerWTP72
@DowzerWTP72 6 жыл бұрын
Just been set the MicroMouse Challenge for second year Robotics at University. We haven't been given any rules yet, nor do we know the groups, but I have decided to begin the software for the bot. Because the maze we will solve will be random, but of known dimensions, I am going to creat my own maze generator, then once that is done, somehow create an algorithm which maps the maze in memory, then finds the fastest route to the goal (which is the centre), and produces a path. I think once I have the maze generator done, I am going to remove it's graphical side, and just have it generate in the 'setup()' function, then have the path creation run afterwards, then finally draw it all to the canvas once complete. We have to do it in C, but I think for developing the theoretical code for the bot, this is a good idea. Plus if all else fails, at least I'll have an awesome simulation!
@av3stube480
@av3stube480 6 жыл бұрын
I HAVE this kind of thing, but it's not a problem, it eliminates the possible bugs steaming from nit understanding what you wrote because it was too packed up.
@thomasruck4139
@thomasruck4139 6 жыл бұрын
I built a java program in Processing a few months back creating randomized mazes, at this time I wasn't considering algorithms in the code, just breaking the problem down and solving it one step at a time. I am really curious to figure out now what sort of algorithm I have created. All my mazes are solvable. When small a little predictable, when larger totally fun to try and solve.
@DrSpooglemon
@DrSpooglemon 4 жыл бұрын
If you make local 'w' and 'h' variables then you can pass those in as line argumants and it make it look neater without the need for whitespace; line(x, y, w, y); line(x, h, w, h); line(x, y, x, h); line(w, y, w, h);
@Grimlock1979
@Grimlock1979 5 жыл бұрын
I always use r and c for loop variables to indicate rows and columns.
@condor07uk
@condor07uk 7 жыл бұрын
altough i am much of a php guy, your videos are helping me learn oop concept which is still a mistery to me. btw you should turn the volume of your vids down little more since i can still barely hear you
@pedro.fontoura
@pedro.fontoura 4 ай бұрын
Using both this and the ray tracing algorithms, I made a 2D micro mouse simulator. Your (first and basic) goal is to program the mouse to wander the maze, avoid hitting the walls and getting stuck. That is NOT a simple task. You can explore many algorithms: maze solving, self-driving (AI, robotics, ...).
@bennybrouwer
@bennybrouwer 7 жыл бұрын
After having programmed so many bouncing balls in all the introductory courses, I have the feeling that now the fun begins. Compliments for interesting and challeging lessons.
@ShowMeSomeCode
@ShowMeSomeCode 7 жыл бұрын
Amazing Daniel! I uploaded a music reactive particle system in my channel inspired on your tutorial! Thank you for sharing knowledge with us.
@ArthurPasqualottoakak
@ArthurPasqualottoakak 8 жыл бұрын
I just love watching your videos
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Arthur Pasqualotto thank you so much!
@aylictal
@aylictal 5 жыл бұрын
why wouldn't you use an object instead of an array for this.walls? that way you wouldn't have to keep remembering which walls correlate to which values. this.walls = { top: true, right: true, bottom: true, left: true } this.show = function(){ if (this.walls.top){ //draw top wall} //etc }
@tzq33tdq
@tzq33tdq 8 жыл бұрын
I'd use vars for each corner like tl (top left), br (bottom right)
@AA-em3lw
@AA-em3lw 2 жыл бұрын
Thanks for another great video, I have OCD too :P
@ihatethesensors
@ihatethesensors 6 жыл бұрын
Dude, your videos are awesome!
@benhardsim8629
@benhardsim8629 3 жыл бұрын
You could make the top,right, bottom,left boolean value inside an object instead of array, that would be more readable
@mrevson74
@mrevson74 Жыл бұрын
Or indexes. TOP=0, RIGHT=1, BOTTOM=2, LEFT=3. Then do if(walls[TOP]) {......}
@ibrahim47
@ibrahim47 5 жыл бұрын
the spaces part killed me XD
@vbcoachwasi
@vbcoachwasi 4 жыл бұрын
I love your style!!
@InsectInPixel
@InsectInPixel 8 жыл бұрын
Hi Daniel,I LOVE the way you teach code! You make it fun. You should teach kids. I have a quick question. Each Square has four lines. So looking at the grid, there are two lines because squares are connected to one another. correct? ( with the exception of the squares around the perimeter of the grid ) You will probably go over details in the next video.
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+InsectInPixel If I understand correctly, yes that is right! Even though each cell as 4 lines associated with it, each line overlaps exactly with the lines of its neighbors and therefore you just see what appears to be a grid.
@jasdeepsinghgrover2470
@jasdeepsinghgrover2470 7 жыл бұрын
top right bottom left is a big trouble to remember so just remember trouble as in trbl ... top right bottom left
@MrEliteXXL
@MrEliteXXL 3 жыл бұрын
12:16 You forgot to align the parentheses! Ahahah
@ritikkhatri
@ritikkhatri 6 жыл бұрын
13:23 is my favourite part of the video
@DodaGarcia
@DodaGarcia Жыл бұрын
"Being very careful to center the tape on the bag"
@vladosononame6376
@vladosononame6376 5 жыл бұрын
Not using p5 too, but this kind of work on any browser if you use right logic
@aryamaangoswamy179
@aryamaangoswamy179 5 жыл бұрын
Clockwise from top would've made it easier to memorize.
@Jono_1987
@Jono_1987 7 жыл бұрын
I did the song and dance with you now I feel great!
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
Yay!
@LoPhatKao
@LoPhatKao 2 жыл бұрын
11:09 makes me wonder how long you've been brewing up the April Fools 2022 video
@waltercisneros9535
@waltercisneros9535 4 жыл бұрын
12:10 nope, I like my identation the way you have it as well.
@brandonmoffett3835
@brandonmoffett3835 4 жыл бұрын
Thank you so much for this man!
@MrSwift2568
@MrSwift2568 5 жыл бұрын
When you create an array for the sides booleans, you should have immediately written a comment that gives a key for the array // [Top,Right,Bottom,Left]
@rainbowcemetery
@rainbowcemetery 8 жыл бұрын
i made an olde timey random maze game a while back, though i only gave cells the potential for a south and east wall. if that's better or worse that having all 4 i don't really know :o
@caljohn1475
@caljohn1475 2 жыл бұрын
Thanks!
@TheCodingTrain
@TheCodingTrain 2 жыл бұрын
Thank you for the support!
@juniordev4190
@juniordev4190 7 жыл бұрын
Its just giving me serious trouble(TRBL) : Top Right Bottom Left :D
@iceboy5418
@iceboy5418 7 жыл бұрын
How I found you? I don't know How much I love your vids? Very much
@PedroCouto1982
@PedroCouto1982 3 жыл бұрын
13:01 You could have used flags and constants. ``` const TOP_WALL = 1; const RIGHT_WALL = 2; const BOTTOM_WALL = 4; const LEFT_WALL = 8; ... if (walls & TOP_WALL) { ... } ```
@ctbram0627
@ctbram0627 4 ай бұрын
make the maze then make an A* program to find the shortest path out of it?
@robdallachiesa
@robdallachiesa 6 жыл бұрын
I like this topic
@7Argeus
@7Argeus 7 жыл бұрын
Hi you're videos are great and im going through every single one just seeing how you approach these problems and what kind of stuff you can do with code, i was wondering if you would be able to suggest a good program to download for free preferably or a program to buy if i must do so, if so i would greatly appreciate it, and also do you have any recommendations for beginners? Like a good starting point, im doing engineering now at the moment and i love my C++ program im doing, we currently use eclipse in class, will that work for this sort of stuff or no? Also would you be able to do a video on creating a game of chess maybe? thanks again keep up the great videos
@ambientsoda106
@ambientsoda106 3 жыл бұрын
Hey would you do a challenge on creating a program that can create and run a function using ai? Meaning you dont write the function yourself in the definition area
@PaulGoux
@PaulGoux 5 жыл бұрын
If anyone is interested in a hexagonal maze, here is an example based on this code. it has other functionality too such as mouse interaction. Uses multiple tiles to create the maze rather than just one. Can toggle tiles on and off by clicking, or by dragging. Could be useful if you wanted to make a game like civ. editor.p5js.org/paulgoux/sketches/eiY8BkMUm Ps I know you recommended the contributions page, but I don't understand how to share things there. :/
@Tracy7689
@Tracy7689 4 жыл бұрын
Is there a way to make a 3D maze with this? I’m not so good with coding, but I think if there were 6 walls it might work in 3D.
@PhilU2B
@PhilU2B 7 жыл бұрын
Your version of p5.js has what MS calls intellisense --- shows options as you are entering code based on what is being typed. The windows version I downloaded does not exhibit this action. Is that a separate library that is provided with the Mac version? Where can I download it (and how to install it). I am using your site to get familiar with javascript and java -- your teaching style is informative and entertaining.
@realcygnus
@realcygnus 7 жыл бұрын
I asked the same thing several times & never got a response.....found out/eventually realized....hes using atom here for the editor......& its not really like an intellisense.......its just hints/tips (only based on spelling of cached/existing words)....rather then actual available data/members & such......which is surprising cuz there are many 3rd party add-on packages available......but they didn't have such a thing when I checked/installed it.
@mspeir
@mspeir 5 жыл бұрын
I would love to find an iterative method to generate perfect mazes. I have some C++ code that I've optimized and compressed the data structures as far as I can, but the recursion places limits on the size of the mazes through stack memory. I was working on a game in which each level was bigger than the last, with no upper limit. Even with my computer having 16GB of RAM and writing the code to use 64 bit addressing, I couldn't generate mazes past 10,000x10,000 cells. Huge, I know, but still an upper bound. Sadly, the memory requirements are mostly due to the stack. Without it, I could fit a maze about 100x's the size in the same memory.
@josepuga5529
@josepuga5529 6 жыл бұрын
Why the cell do you name the row "j" and the col "i" and not "r" and "c"?. Bad habit.
@MrMile40
@MrMile40 5 жыл бұрын
I just wanted to know... imagine that the labyrinth is finished. How do i do if i want t reset each rectagle fill to noFill ?
@rotten-Z
@rotten-Z 4 жыл бұрын
TeRriBLe - mnemonic for Top-Right-Bottom-Left
@ACS20596
@ACS20596 5 жыл бұрын
I am interested in creating a first person maze survival app, and would appreciate any advice towards that goal!
@sillysock1508
@sillysock1508 5 жыл бұрын
Can u make it like a town layout like a maze with many paths thru it please and like there is more than one exit and entrance if u can try and or do this I would be amazed and so thankful and happy
@stanislavyankovskiy1374
@stanislavyankovskiy1374 6 жыл бұрын
great
@bl_nkspac_9650
@bl_nkspac_9650 6 жыл бұрын
This man, has too much things on his brain and even his mouth can't handle it, but somehow.. i'm totally okay with him stuttering😂
@guyr989
@guyr989 7 жыл бұрын
so...top right bottom left?
@toxications
@toxications 6 жыл бұрын
Is it possible to create a single for-loop that loops n integers?
@hunterbattles130
@hunterbattles130 7 жыл бұрын
Hey you should do this in processing, please and thank you!!!
@brucewernick6542
@brucewernick6542 4 жыл бұрын
I followed your maze videos using standard HTML5 and VSCode (not p5). There is a small glitch that is a bit confusing. With my canvas width attribute at 400, I use the following to get the width in my JavaScript: var width = canvas.scrollWidth; But, strangely, the width is 399 (1 pixel less)! The scrollWidth is used in W3Schools and seems to be a common way to get an element width. Even more strange is that my same code gets the correct width of 400 in the W3Schools TryIt editor. What could be happening here?
@brucewernick6542
@brucewernick6542 4 жыл бұрын
I did some more searching. Turns out there are many ways to get an element size. scrollWidth getBoundingClientRect() offsetWidth clientWidth Problem is, they are not consistent. I'm leaning towards using offsetWidth .
@ACS20596
@ACS20596 5 жыл бұрын
For mine, both 'grid' and 'this' are not red. Could that be why my screen isnt showing what you have?
@ACS20596
@ACS20596 5 жыл бұрын
nevermind! Thanks for the lesson
@bobingstern4448
@bobingstern4448 3 жыл бұрын
How can you make it so that there are square walls?
@vishesh8746
@vishesh8746 7 жыл бұрын
you are inspiring
@WahranRai
@WahranRai 5 жыл бұрын
14:.00 What about creating named boolean variable top,right... or adding a comment (this.walls = .....// top, right,bottom, left...
@ImBananas4
@ImBananas4 7 жыл бұрын
Wouldn't it be easier to just draw the bottom and right of each cell? this way all of the cells complete each others and you only need to remove the wall from one cell since your way they are all overlapping. Not sure if you need to remove 2 times the same line because of that
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
This is a good point!
@tamaskisely
@tamaskisely 4 жыл бұрын
I am still saying top right bottom left... When should I stop? It's getting really awkward...
@denisschulz3814
@denisschulz3814 7 жыл бұрын
floor() is not working for me... any ideas why?
@atrumluminarium
@atrumluminarium 7 жыл бұрын
Ever considered coding one that can generate circular/hexagonal mazes?
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
Great idea!
@rahulbera454
@rahulbera454 5 жыл бұрын
Thanks a lot for this !! Can you please tell how to solve this maze ?
@mrmugame
@mrmugame 5 жыл бұрын
You can use the A* algorythm He Made a Video abou it
@TheCecobent
@TheCecobent 6 жыл бұрын
Question: Why aren't you creating "Cell" class, instead you are using "Cell" function? Help me out guys if you can.
@Lep_19
@Lep_19 3 жыл бұрын
This is perhaps too late to help, but the two things are functionally very similar. If I'm not mistaken, though, classes didn't really exist in JavaScript prior to ES6 syntax, so the function method was the way objects like Cell were made without them.
@mementomori5580
@mementomori5580 7 жыл бұрын
If you want extensive information about mazes and maze algorithms (but basically no code), here is a site that might interest you: www.astrolog.org/labyrnth/algrithm.htm
@hemendrapratapsingh4156
@hemendrapratapsingh4156 7 жыл бұрын
Make a video on different Sorting Algorithms with visualization.
@kraio-sfu
@kraio-sfu 3 жыл бұрын
You might wanna check out Sound of Sorting. I’m not sure that it’s a tutorial, but it is a visualization of many different sorting algorithms
@flowfrog101
@flowfrog101 7 жыл бұрын
10:57 mental breakdown ;D
@whenthingsgetright5351
@whenthingsgetright5351 7 жыл бұрын
i can understand the struggle...
Coding Challenge #10.2: Maze Generator with p5.js - Part 2
14:19
The Coding Train
Рет қаралды 171 М.
Coding Challenge #86: Cube Wave by Bees and Bombs
30:09
The Coding Train
Рет қаралды 629 М.
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 37 МЛН
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 105 МЛН
My daughter is creative when it comes to eating food #funny #comedy #cute #baby#smart girl
00:17
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 6 МЛН
A Comparison of Pathfinding Algorithms
7:54
John Song
Рет қаралды 715 М.
What School Didn't Tell You About Mazes #SoMEpi
12:49
mattbatwings
Рет қаралды 223 М.
Coding Challenge 167: Ulam Spiral of Prime Numbers
24:13
The Coding Train
Рет қаралды 752 М.
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 914 М.
Maze Solving - Computerphile
17:15
Computerphile
Рет қаралды 1,1 МЛН
New Maze Generating Algorithm (Origin Shift)
6:32
CaptainLuma
Рет қаралды 81 М.
Object-Oriented Programming is Embarrassing: 4 Short Examples
28:03
Coding Challenge 166: ASCII Text Images
22:42
The Coding Train
Рет қаралды 1,1 МЛН
I Solved The World's Hardest Maze (with Code)
9:54
Green Code
Рет қаралды 152 М.
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 37 МЛН