2 Commits

Author SHA1 Message Date
jbayati
0c57f896fd I changed the four original lines of making squares into a loop of four squares, shortening the code.
No it was not difficult to figure out how to rewrite square using a for-loop. The strategy I used was; instead of repeating forward and right multiple times, I told the program to space out the squares and draw 5 of them.
2025-09-26 09:31:48 -04:00
cb49c1a734 Initial commit 2025-09-16 13:20:15 +00:00