Nested Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:15 am Categories: Difficulty Level 6 recursion Use recursion to draw the following shape. Tags: recursion Post navigation PREVIOUS Previous post: Stack of CirclesNEXT Next post: Rainbow Target Related Post 5 Degree Square Spiral in a Square (Source Code)5 Degree Square Spiral in a Square (Source Code) 09/15/202009/15/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment As you can see in the following picture, the squares are tilted by 5 degrees inside a bigger square generating spiral effect. Source Code: READ MOREREAD MORE 3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE Connect Four Game with Monte Carlo Tree and Python TurtleConnect Four Game with Monte Carlo Tree and Python Turtle 03/29/201903/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Monte Carlo Tree is a method based on random numbers that is very effective in playing two player games. You don’t have to teach anything to the program, it will READ MOREREAD MORE
5 Degree Square Spiral in a Square (Source Code)5 Degree Square Spiral in a Square (Source Code) 09/15/202009/15/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment As you can see in the following picture, the squares are tilted by 5 degrees inside a bigger square generating spiral effect. Source Code: READ MOREREAD MORE
3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE
Connect Four Game with Monte Carlo Tree and Python TurtleConnect Four Game with Monte Carlo Tree and Python Turtle 03/29/201903/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Monte Carlo Tree is a method based on random numbers that is very effective in playing two player games. You don’t have to teach anything to the program, it will READ MOREREAD MORE