Random Tessellation with Python Turtle 04/20/201904/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:52 pm Categories: Difficulty Level 7 list loop random Create a random shape that can be tessellated and draw it. Random Tessellation Tags: list, loop, random, tessellation Post navigation PREVIOUS Previous post: Puzzle Tessellation with Python TurtleNEXT Next post: Random Mountain Curve with Python Turtle Related Post Semi-Regular Tessellation 3.6.3.6 with Python TurtleSemi-Regular Tessellation 3.6.3.6 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.6.3.6. READ MOREREAD MORE Colored Semi-Regular Tessellation 3.4.6.4 with Python TurtleColored Semi-Regular Tessellation 3.4.6.4 with Python Turtle 04/15/201904/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Add colors to Semi-Regular Tessellation 3.4.6.4. READ MOREREAD MORE Reversi (Othello) with Python TurtleReversi (Othello) with Python Turtle 03/31/201903/31/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Implement a computer program with Python Turtle that plays decent Reversi (or Othello). You can use Minimax tree, Monte Carlo or other algorithms to make this work. READ MOREREAD MORE
Semi-Regular Tessellation 3.6.3.6 with Python TurtleSemi-Regular Tessellation 3.6.3.6 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.6.3.6. READ MOREREAD MORE
Colored Semi-Regular Tessellation 3.4.6.4 with Python TurtleColored Semi-Regular Tessellation 3.4.6.4 with Python Turtle 04/15/201904/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Add colors to Semi-Regular Tessellation 3.4.6.4. READ MOREREAD MORE
Reversi (Othello) with Python TurtleReversi (Othello) with Python Turtle 03/31/201903/31/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Implement a computer program with Python Turtle that plays decent Reversi (or Othello). You can use Minimax tree, Monte Carlo or other algorithms to make this work. READ MOREREAD MORE