Explosion Simulation with Python Turtle 05/29/201905/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:41 pm Categories: animation Difficulty Level 6 games random timer events Simulate the explosion effect with Python Turtle. Tags: animation, games, timer events Post navigation PREVIOUS Previous post: Firing, Accelerating, and Rotating SpaceshipNEXT Next post: Detecting a Point in a Polygon with Python Turtle Related Post Birthday ParadoxBirthday Paradox 03/17/201903/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is READ MOREREAD MORE Animation of Morphing of Oval Shape with Python TurtleAnimation of Morphing of Oval Shape with Python Turtle 04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew an oval with four centers. The radius of the red arc doesn’t have to be twice the radius of blue arc. Start from the same radius as the READ MOREREAD MORE Detecting a Point in a Polygon with Python TurtleDetecting a Point in a Polygon with Python Turtle 05/29/201905/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generate a random polygon with many sides and randomly drop point on the screen. If the point falls inside the polygon color it in red, otherwise color it in blue. READ MOREREAD MORE
Birthday ParadoxBirthday Paradox 03/17/201903/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is READ MOREREAD MORE
Animation of Morphing of Oval Shape with Python TurtleAnimation of Morphing of Oval Shape with Python Turtle 04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew an oval with four centers. The radius of the red arc doesn’t have to be twice the radius of blue arc. Start from the same radius as the READ MOREREAD MORE
Detecting a Point in a Polygon with Python TurtleDetecting a Point in a Polygon with Python Turtle 05/29/201905/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generate a random polygon with many sides and randomly drop point on the screen. If the point falls inside the polygon color it in red, otherwise color it in blue. READ MOREREAD MORE