4.3: Using random() - Processing Tutorial

  Рет қаралды 165,733

The Coding Train

The Coding Train

Күн бұрын

Пікірлер: 137
@Sir_BoazMutatayi
@Sir_BoazMutatayi 8 жыл бұрын
I would've never felt dumb if i had you as my professor. Thank you for making it very clear to me.
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Sir. Boaz Mutatay thanks for the nice feedback!
@Dirt_Wizard
@Dirt_Wizard 8 жыл бұрын
+Sir. Boaz Mutatay You're so goddamn right.
@Giant_Swing
@Giant_Swing 7 жыл бұрын
Dude you really are an amazing teacher, my only advice and I'm sure many others will agree with me is that you seem to worry too much about video length and going a little bit off-topic, maybe there is an external reason for that (maybe if you use your videos in classes and you need them to be a specific length or whatever) but I dont care if the video could be "compressed" 1-3 minutes shorter, I watch your channel not only because your explanations are top-notch but because your personality and energy is super fun and entertaining, so having you talk about something not strictly related with the topic at hand for a brief moment is really enjoyable and serves like a brief pause from all the technical stuff. Anyway sorry for the 200 word essay, love your vids, keep up the good work!
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
+giantSwing thank you I really appreciate the feedback!
@AbdulRehman-yo2qn
@AbdulRehman-yo2qn 8 жыл бұрын
You have a really unique style of teaching, and you explain every little thing that could be hard to comprehend by some people..which is really helpful.
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Abdul Rehman Really appreciate the nice feedback!
@mehdirzayev703
@mehdirzayev703 5 жыл бұрын
Just great!!! I never thought that such a complex topic as programming could be explained with so much enthusiasm and energy!!! My applause!!!
@weltraumimport
@weltraumimport 8 жыл бұрын
that was a perfect pen catch at 7:10 i'm impressed
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
hah, thanks for noticing!
@kronosuber9849
@kronosuber9849 5 жыл бұрын
The fact that programming/computer science teachers and professors are so much more laid back than others makes me enjoy this field even more.
@roddydykes7053
@roddydykes7053 2 жыл бұрын
If I had to guess, it’s because they KNOW their field is a sought-after and respected one. Everyone needs a programmer working at their company. They do not have to convince you what they’re trying to teach you is valuable in some way, like many other professors get caught up doing.
@valkyrie-randgris
@valkyrie-randgris 4 жыл бұрын
I love how happy and high energy this guy is. Honestly it's super fucking helpful. It's early, I'm confused, I'm tired, and I have a big project lying in front of me, but this guy is cheerful and excited by coding and it's contagious!
@aqualina-josephina
@aqualina-josephina 5 жыл бұрын
I made a rainbow, out of randomly generated ellipses between size 10 and 50. With colors also in different shades of the main color. In pastel. I love it.
@mauricioarroyo4112
@mauricioarroyo4112 5 жыл бұрын
Best professor ever, thank you so much
@samuilnikolov4655
@samuilnikolov4655 7 жыл бұрын
Here is the code for colour circles with random positions It is vary cool Thanks Coding Train you are awesome and keep going with those awesome videos The code: float circleX; float circleY; float r; float g; float b; void setup() { size(640,360); circleX=width/2; circleY=height/2; background(50); } void draw() { r=random(0,255); g=random(0,255); b=random(0,255); circleX=random(0,width); circleY=random(0,height); fill(r,g,b); ellipse(circleX,circleY,24,24); //circleY=circleY-1; }
@omgomgomgholyy
@omgomgomgholyy 8 жыл бұрын
Your processing tutorials are amazing ! My professor is so monotone when he talks and he's not that clear when explaining concepts like this so thank you for saving my behind with these tutorials . Love the excitement it is really encouraging. Keep it up and I love the examples as well !
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
Glad to hear, thanks for watching!
@oscarrandle2375
@oscarrandle2375 7 жыл бұрын
I have a test tomorrow and you have single handedly saved by bacon. I salute you, oh great coding sensei
@kmms4720
@kmms4720 6 жыл бұрын
okay wow honestly not complaining at all but how are your videos free??? This is saving my whole life
@ivanhizman5020
@ivanhizman5020 3 жыл бұрын
Thank you very much. My informatic teacher just sends us solutions and does not want to explain them to us.. baad.. but thank you soo soo much.. it´s was just so cool to watch your video and everything went after watching it. You´re the best! :)
@nekrosmantis1031
@nekrosmantis1031 6 жыл бұрын
This guy is insane. I like him.
@alina-rx3uv
@alina-rx3uv Жыл бұрын
i'm really struggling with programming at university so this really helped me a lot thank you so much, my code works now haha :)
@gennaroturco
@gennaroturco 8 жыл бұрын
Hi, I just started the course, sorry if what i say it is not correct. I realise something by mistake, and i don't understand why it happens. if I declare a variable by using "float size;" and i initialise it using "size=random(20,70)" when i use it, it keeps the changes at the same rate for the width and height so the circle it's always a perfect circle of different size. If I instead use just the random function on the width and height of the ellipse it randomise the size of the object not equally by width and height so it shows different shaped ellipses. I'm really loving this course! This is a great channel! Thanks a lot!
@gregjones4179
@gregjones4179 7 жыл бұрын
your videos do help btw; i am taking a comp sci class and have absolutely no idea what I'm doing but this helped a lot. I literally spent like 30 mins just trying out what was close to how you increased the size( i have to increase the size of a shape only if left mouse was used) i tried xSize++ in the shapes format and under the else statement.
@MrPanzerDragoon
@MrPanzerDragoon 3 жыл бұрын
okay, this random() function is pretty darn cool.
@arianeairey8304
@arianeairey8304 8 жыл бұрын
Bonjour Daniel et un grand MERCI! Vos cours sont tout simplement formidables!!! :)
@adri2350
@adri2350 6 жыл бұрын
LA FRAAAAAANCE
@ark2307
@ark2307 4 жыл бұрын
what
@mosonic
@mosonic 3 жыл бұрын
You made me laugh with your little walk from one screen to the other at 4:10 - these little strange and humorous things make your videos so relatable. Thank you 😊
@pythoniktm
@pythoniktm 2 жыл бұрын
Pl
@Hasahn.
@Hasahn. Жыл бұрын
Haha yeah its like I'm watching Blue's Clues
@ajiteshsinghrathore5770
@ajiteshsinghrathore5770 3 жыл бұрын
thanks sir , i am learning and feeling it easy because of you.
@Moonwalkerrabhi
@Moonwalkerrabhi 3 жыл бұрын
Love your enthusiasm
@supertacokitty1996
@supertacokitty1996 8 жыл бұрын
I am your biggest fan! thank you for the videos, they help SO MUCH!!
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Hannah Stevenon thanks so much, so glad to hear!
@marym7763
@marym7763 5 жыл бұрын
thank you for this tutorial! Very helpfull for my current project!
@cragland36
@cragland36 7 жыл бұрын
you make me want to stay inside and code all day
@robertidonotsharemyfullnam496
@robertidonotsharemyfullnam496 4 жыл бұрын
my ocd wanted to see the circles paint out all the background before the video ended. darn you!
@Tim-Jaeger
@Tim-Jaeger 8 жыл бұрын
void setup() { size(640, 320); background(random(0, 255), random(0, 255), random(0, 255)); } void draw() { fill(random(0, 255), random(0, 255), random(0, 255)); stroke(random(0, 255), random(0, 255), random(0, 255)); ellipse(random(0, width), random(0, height), random(0, 80), random(0, 80)); } void mousePressed() { background(random(0, 255), random(0, 255), random(0, 255)); }
@sosobezhitashvili7896
@sosobezhitashvili7896 9 жыл бұрын
you have amazing courses,thanks :) :)
@herrykimofficial
@herrykimofficial 5 жыл бұрын
This is so inspiring. Thank you for all these tutorials, I love you
@SimonTiger
@SimonTiger 5 жыл бұрын
Tid-bit: The operation `x = x + ___` is so common that there's a shorthand: `x += ___`! If you want to just increment by 1, like `x += 1`, you can even shorten that by just saying `x++`!
@rutajurciukonyte7398
@rutajurciukonyte7398 9 ай бұрын
How do you add another circle (for example different color) that appears in different random places? Now I'm adding another circle with the same values but it overlaps the first circle.
@yingli5726
@yingli5726 4 жыл бұрын
thank you so much! Very helpful for my work...
@slims0402
@slims0402 3 жыл бұрын
Thank you from 2021
@兴宣大院君-h4s
@兴宣大院君-h4s 8 жыл бұрын
That's what makes me wanna apply to NYU
@TDog3337
@TDog3337 9 жыл бұрын
I have a question: I want the x value of a square to change randomly, but in increments of 50. I have random(0,width). but I only want to pick like 0, 50, 100, 150 and so on...
@AryehAmitz
@AryehAmitz 9 жыл бұрын
6:10 Aah, i get it. Declaring circleX to be a float datatype means that when it runs 'random()' it will include numbers with decimals. So, 'random()' is is partially defined by the datatype it is drawing from and whether or not it is immediately inside of a statement that states a datatype . I saw that if you were to put 'random()' inside of 'int()' you would be able to limit it to integers even though the datatype was originally a float. My understanding is that that would be bad code though, or at-least a waste of memory since it would be less efficient than declaring it as an int in the beginning. This isn't so bad! I think I'm getting it. This is my first time learning how to program. I'm surprising myself, i didn't think i had it in me. (...and then i scroll down and see that youve already written that below in the comments.....*facepalm*)
@TheCodingTrain
@TheCodingTrain 9 жыл бұрын
+Indigo Veilplume Yes, this is right! random() by definition returns a float (i.e. decimal) number but that can always be converted after the fact.
@FusionTerror
@FusionTerror 4 жыл бұрын
Him: *Talking about how if you heated up gas and watch the particles* at 5:44 Me: I just wanna make a random number generate
@adri2350
@adri2350 6 жыл бұрын
Hello, thanks for your videos ! How I do for slow down the distance traveled ?
@moritzsolderer2932
@moritzsolderer2932 4 жыл бұрын
I'd like to do the make the velocity of my ball a random number between -6 and 6 but without the 0, everytime the ball gets reseted. Any ideas how to accomplish that?
@purityvsprofanity2962
@purityvsprofanity2962 3 жыл бұрын
I'm trying to make a game with the ball having random positions. I got it to do that, but it's moving fast as hell. How do i keep the speed controlled?
@cumalikarakoc2554
@cumalikarakoc2554 7 жыл бұрын
Thanks for the amazing videos! very didactic and funny :)
@jamh6474
@jamh6474 9 жыл бұрын
Thank you for the tutorial. It was really helpful. I was just wondering how could you cap it to make only 5 random circles for example? Thanks.
@TheCodingTrain
@TheCodingTrain 9 жыл бұрын
+Jasmin Harris If you look ahead to videos about loops and arrays this would allow you to more easily control the number of circles drawn. kzbin.info/aero/PLRqwX-V7Uu6bm-3M4Wntd4yYZGKwiKfrQ kzbin.info/aero/PLRqwX-V7Uu6bO9RKxHObluh-aPgrrvb4a
@tsmupdatertsm7633
@tsmupdatertsm7633 7 жыл бұрын
Nice to hear you are happy on the first second of this video. :) Why is it not possible to set the "size" function outside of the "setup" scope (befor the variable declaration) ? then you could use the "width/2" variable? i get follow error : "it looks like you're mixing "active" and "static" modes. (when i try this)
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
Your code has to be inside a function for it to be executed. setup() is the function that starts at the beginning so it's the place for size()!
@angelcaru
@angelcaru 3 жыл бұрын
In draw(), you have to use surface.setSize() instead of size()
@pratyushkamboj634
@pratyushkamboj634 3 жыл бұрын
Hi, I'm a bit unsure of how to get the ellipse in a randomised y position. So for instance when I do randomise the y position, the ellipse goes into many different y positions but I only want it to randomise the y position once every time I run the code. Any suggestions on how to do this?
@nataliasnop1901
@nataliasnop1901 4 жыл бұрын
Hi! I have a question. I'm trying to create a text whose fill changes randomly whenever I press a key. The thing is that I would like to generate a random color each time I press that key instead of once I've pressed it, for it to generate random colors all the time. I would like the random generated color to stay the way in was created until I press that key again. I'm going nuts about it and don't really know how to make that possible. Could you help me please? I hope I explained myself properly ;)
@jakes-dev1337
@jakes-dev1337 2 жыл бұрын
Coding Train! Where can I get this patterned background?
@VictorRivarola007
@VictorRivarola007 4 жыл бұрын
4:47 In every language I have encountered before, including C64 Basic, Turbo Pascal 3, C/C++, Ada, PHP, Python, C# (shudder), and plain Java, the simple use of the random function would have been defined to work exactly this way, always generating the exact same sequence of pseudo random numbers--unless you seed it with a different number every time, from sources such as the system clock or the current mouse position. How do you control the random seed in Processing?
@winakhairunnisa6337
@winakhairunnisa6337 3 жыл бұрын
you're so genius, i enjoy watching your videos! can you make coding " world clock" please? can someone help me? i'm so glad if you can
@rizkayunisa8118
@rizkayunisa8118 3 жыл бұрын
Me too i really need coding of world clock too, please help me
@Themarkhorcric
@Themarkhorcric 7 жыл бұрын
thank you so much sir your videos help much
@manuebi9125
@manuebi9125 4 жыл бұрын
omg, width will not work bevore you did your size(x,x); ..... thanks you pointet out what i did wrong ....i was just so used to do all the variables at the top. lesson learnt
@youmah25
@youmah25 8 жыл бұрын
i can't like the video twice
@orifl6653
@orifl6653 7 жыл бұрын
I made a random circle generator like you did but with random color and length of the circle void setup() { size(600,600); background(50); } void draw() { float red = random(255); float green = random(255); float blue = random(255); float circleX = random(width); float circleY = random(height); float circLengh = random(10,100); stroke(0); fill(red,green,blue); ellipse(circleX,circleY,circLengh,circLengh); println("I just made a circle at " + circleX + ", " + circleY + " with a lenght of " + circLengh + "and at color of " + red + " " + green + " " + blue + " !"); }
@Lubstrs
@Lubstrs 7 жыл бұрын
thecodingtrain where did you learned all about processing?
@zachkurley5226
@zachkurley5226 7 жыл бұрын
is there a way to get the random function to count by 2 or 3, etc, instead of by 1
@nikkonikko371
@nikkonikko371 4 жыл бұрын
You can make an array that has the values you want to randomly choose.
@moonshine8848
@moonshine8848 7 жыл бұрын
how would i create random color? i did hueX = random(255) but that just creates a random grey scale color halpp?
@JurajPecháč
@JurajPecháč 7 жыл бұрын
GoofyMemes fill(random( 255), random(255), random(255));
@MULLATO27
@MULLATO27 3 жыл бұрын
How do I put random color into the circles
@corey333p
@corey333p 8 жыл бұрын
If I create an empty sketch and use the line print(random(100)), I get floats between 0 and 100, as expected. But then I have the same line code in the setup function of a different sketch (with many lines, functions, etc) and the random(100) function call doesn't seem to behave properly. I get floats ranging from 0 to much higher than 100, up into the thousands. Does anyone have an idea why this would happen?
@corey333p
@corey333p 8 жыл бұрын
I figured it out. It turns out I was trying to print 2 different lines, which caused problems in the print output. The random() function was working fine. *noob*
@NPG97
@NPG97 7 жыл бұрын
what if I want to random 4 specific positions of an image?
@nikkonikko371
@nikkonikko371 4 жыл бұрын
You can make an array that has the values you want to randomly choose.
@woophereigo9755
@woophereigo9755 2 жыл бұрын
I always thought that if you take whatever algorithm for a random number, and added it together with a few others, averaged the numbers, do it twice, then take the average of both of those averages, that number would be quite random, no? You can't take averages of averages, it doesn't work out, so is this decent algorithm?
@spezistyle
@spezistyle 7 жыл бұрын
/** This programm generates an infinitely number of randomized circles on screen. **/ /** Initiative variables **/ float circleX; //x-position of circle float circleY; //y-position of circle int r, g, b, a = 0; //red, green, blue and alpha channel int size = 0; //size of circle /** Set-up screensize and background color. **/ void setup() { size(800, 600); background(230); //position first ball on screen center circleX = width/2; circleY = height/2; } /** Draws a new randomized circle on any position on screen. **/ void draw() { color c = color(a, r, g, b); fill(c); //fill the circle with a color ellipse(circleX, circleY, size, size); circleX = (int)random(0, width); //get a new random posiotion circleY = (int)random(0, height);//on screen size = (int)random(5, 70); //get a new random color for each a = (int)random(20, 80); //channel r = (int)random(0, 255); g = (int)random(0, 255); b = (int)random(0, 255); }
@spezistyle
@spezistyle 7 жыл бұрын
What do you think, any suggestions or feedback?
@Giant_Swing
@Giant_Swing 7 жыл бұрын
But the alpha would be the fourth argument in the color "function" wouldnt it? Like color(r,g,b,a) instead (a,r,g,b)
@markmeszaros5446
@markmeszaros5446 8 жыл бұрын
Hej Daniel! First of all Thank You for making these awesome tutorials! It is GOLD! Keep it doing please! :) Second, I am trying to make the exercise You suggested in the end of the video, namely to color the circles differently if they are in a specific area of the image. I understand that I can use if statements, but the following code draws red circles also outside of the specified area. Could anybody enlighten me? Thank You in advance! float xpos; float ypos; void setup() { size(800,600); background(0,0,0); } void draw() { xpos = random(15,width-15); ypos = random(15,height-15); ellipse(xpos,ypos,30,30); if(xpos
@markmeszaros5446
@markmeszaros5446 8 жыл бұрын
The problem is resolved! I should draw the ellipse after the if evaluation... ;)
@Martmarish
@Martmarish 5 жыл бұрын
This videos of yours are exactly as good today as they were in 2015. Thank you for sharing your knowledge in a clear and fun way. I really enjoy your videos. I have a little question, tho: If I type in the circles position on the x-axis as "random(-2, 2)" it will be sett to anything from -2 to 1.9999999 or something. And if Processing just cutting away the decimal points (this video on 6.50: kzbin.info/www/bejne/qIuWZ3WwjauHbLM), isn't it just possible for the circle to move from -2 (very little chance) to 1? Or is it really rounding up to nearest int? Keep up the good work!
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
Yes if you use int() or floor() the decimal place is lost so you would just get -1, 0, or 1. Best way is to write some code and test and println() the results!
@Martmarish
@Martmarish 5 жыл бұрын
@@TheCodingTrain Thank you for answering. Short and constructive. Love your work!
@martinlalandromero4649
@martinlalandromero4649 8 жыл бұрын
Thanks man
@arttuhintsala9717
@arttuhintsala9717 6 жыл бұрын
im trying to get a ball to spawn on one of three spots: 100, 200 and 300. i set the random to produce a number from 1 to 3 so that 1 is 100, 2 is 200 and 3 is 300, but somehow my random always produces 0. please help
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Would you mind asking at discourse.processing.org/! It's a better platform for Processing and p5.js related code questions. You can share code there easily! Feel free to link from here to your post.
@arttuhintsala9717
@arttuhintsala9717 6 жыл бұрын
The Coding Train thanks, will do.
@joannamargaretreayeverittr2575
@joannamargaretreayeverittr2575 2 жыл бұрын
Can i randomize with vertex? if so how do i do this? T_T
@KotatsuInUnova
@KotatsuInUnova 4 жыл бұрын
Daniel
@asmael2113
@asmael2113 8 жыл бұрын
Hello, I actually can't find how to use the random function to have new random colors everytime my loop is reactivated in my program, could you help me please sir?
@cs9583
@cs9583 7 жыл бұрын
random collors? int x=(int(random(255)); fill(x,x,x);
@asmael2113
@asmael2113 7 жыл бұрын
João Miranda oh thank you, my professor actually explained me so i got my answer but thanks!
@Jup1_
@Jup1_ 7 жыл бұрын
thank you
@antares-the-one
@antares-the-one 3 жыл бұрын
just imagine what is going on inside that head: writes code and refferes to the previously implemented variables; thinks about the good way of presenting information; speaks excelent language without flaws. And all of that at the same time. Now tell me! How to live in this world when there are peolple like him competing with you in this life?
@GeodesicBruh
@GeodesicBruh 5 жыл бұрын
I thought of 27 as well wtf?
@THFLful
@THFLful 6 жыл бұрын
my circle is dragging it's colour all over the screen? any ideas?
@Delta.Steele
@Delta.Steele 5 жыл бұрын
Maybe a bit late, but check where your background function is. If it’s in setup, then it will only draw it once, and your circle will appear to duplicate, or drag its color as you’re describing. You most likely want it in your draw function, so it draws over old circles. If that makes sense
@JAMES18005
@JAMES18005 8 жыл бұрын
Was that thing on your shirt created using processing?
@evanyoung9714
@evanyoung9714 6 жыл бұрын
It's actually hard to listen to this at 2x speed.
@hellboy3218
@hellboy3218 4 жыл бұрын
Why do I already perfectly know how work the random() function and I'm still here ?
@iiSza92
@iiSza92 7 жыл бұрын
Thank uu so much!! Now I understand! Can you help me with something? I made this with stars (two triangles in a Pshape) and I want to program it so the stars won't touch each other, and the stars can only be at the top of the screen!
@iiSza92
@iiSza92 7 жыл бұрын
I've managed to random the stars only in the top, but now I have to code something so that they won't touch each other!
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
I would love to help! Can you ask this at forum.processing.org? It's easier for me and others to help that way (you can share code there easily!). Feel free to tweet me @shiffman a link so I can follow / contribute!
@iiSza92
@iiSza92 7 жыл бұрын
Okay so I posted at the forum but I'm really new to this so I don't really understand what is happening there.. Could you try to explain it as simple as possible? forum.processing.org/two/discussion/21096/random-pshape-without-overlap
@carolinrusitzka2313
@carolinrusitzka2313 8 жыл бұрын
Can you fill a shape like for example a star with a lot of random images?
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Caro Kaktus This is tricky to do, but definitely possible. texture() is a possibility or perhaps you could simply cover the image with rectangle with a star cut out of the middle. See beginContour().
@carolinrusitzka2313
@carolinrusitzka2313 8 жыл бұрын
Thank you! I will try that.
@iiSza92
@iiSza92 7 жыл бұрын
I had to do this for a assignment for school, made a star with two triangles in a Pshape!
@washroom
@washroom 2 жыл бұрын
how to get random whole numbers
@snowman7514
@snowman7514 6 жыл бұрын
Although 27 is as random as 50. I don't like that you choose 27 LOL. That's just too "emotional random" for me
@pylond5409
@pylond5409 7 жыл бұрын
I started messing around with processing today, I tried to create a code that print the words true or false randomly, but im having some problems Heres the code float aleatorio; float random; void setup(){ aleatorio = random(1,100); random = random(50,100); } void draw(){ if(aleatorio > random){ println("True"); } else if(aleatorio < random){ println("False"); } } Im only getting True to be printed, if someone can explain why, id be happy
@Keeykey
@Keeykey 6 жыл бұрын
Try printing out what values of the random number you're getting to see if your if statements are correctly written.
@sanderhonig8276
@sanderhonig8276 7 жыл бұрын
19fps !?
@johnedwards5137
@johnedwards5137 8 жыл бұрын
how do i slow down random?
@supertekkno
@supertekkno 8 жыл бұрын
by adding frameRate(100); to void setup. the framerate controls the random values generated per second, in this case 100.
@johnedwards5137
@johnedwards5137 8 жыл бұрын
tried that, the goal was to make a snake-like game so it didn't really work. Already figured it out.
@aleksamitic8186
@aleksamitic8186 7 жыл бұрын
i want you to be my teacher
@vedant778
@vedant778 5 жыл бұрын
u are amazing!!!!!!!!!!!!!!!!!!!!!!! Respect_||_
@johnrogers8535
@johnrogers8535 6 жыл бұрын
Pretty good k lol
@xXReezeXx
@xXReezeXx 7 жыл бұрын
ho
@seize2179
@seize2179 4 жыл бұрын
Bro have you ever been depressed in your entire life lmao
@neelammishra6963
@neelammishra6963 3 жыл бұрын
baklol
@shadowizz1686
@shadowizz1686 4 жыл бұрын
Hello, if anyone wants to get free points, they can get them from Gamecrook.
@advikaagastya166
@advikaagastya166 4 жыл бұрын
Hello, it seems that Gamecrook is only legit site for free gems, coins, gold or whatever.
4.1: Variables - Processing Tutorial
19:02
The Coding Train
Рет қаралды 197 М.
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 1 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,3 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 150 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 18 МЛН
Каха и лужа  #непосредственнокаха
00:15
5.1: Boolean Expressions - Processing Tutorial
12:14
The Coding Train
Рет қаралды 162 М.
how does “random” work?
4:42
Low Level
Рет қаралды 65 М.
Coding Challenge 11: 3D Terrain Generation with Perlin Noise in Processing
22:44
Coding Challenge #90: Floyd-Steinberg Dithering
28:51
The Coding Train
Рет қаралды 439 М.
The Boundary of Computation
12:59
Mutual Information
Рет қаралды 1 МЛН
ASMR Programming - Spinning Cube - No Talking
20:45
Servet Gulnaroglu
Рет қаралды 4,1 МЛН
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
3.1: Flow (setup and draw) - Processing Tutorial
15:44
The Coding Train
Рет қаралды 183 М.
Solving Wordle using information theory
30:38
3Blue1Brown
Рет қаралды 10 МЛН
Characters, Symbols and the Unicode Miracle - Computerphile
9:37
Computerphile
Рет қаралды 2 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,3 МЛН