Commit Graph

  • 49db8a57a8 A few changes I did in tile.py was I added color to my draw_tile() function and added a sqwiggle to make my tile unique. This made a cross pattern tile with a sqwiggle inside the tile. main angelotr 2025-09-14 23:31:17 -04:00
  • 474b5cf9f0 I implemented the missing functions by replacing the pass statements with for loops that use range and step sizes. This allows print_even_numbers, print_odd_numbers, and print_multiples_of_five correctly. angelotr 2025-09-14 14:11:46 -04:00
  • 43d3315af6 I replaced the four repeated forward and right command with a for-loop that iterates over a list of sides, so each command is written only once while still drawing the same square angelotr 2025-09-13 21:29:39 -04:00
  • 2be7ebf5c5 Initial commit angelotr 2025-09-01 02:29:11 +00:00