Commit Graph

3 Commits

Author SHA1 Message Date
Hope 3ee046e9a5 tile with squared in the corners and a diamond in the middle
It took me quite some time to get the tile set to print as expected.
It kept drawing the tiles in random positions.  I had to determine where
I wanted to end the curser so it could appropriatly start the next tile.
2025-05-03 23:01:36 -04:00
Hope faadb0fd43 I added a for loop to replace the repetition of
the commands to draw each side.

No, I just found the code that was repeated and put it in the loop.

I understand how to define what is in the loop and how to iterate through the steps.
At this point I don't have any questions, but I'm sure as soon as we get more complex I'll have some.

Yes, because I like documentation and I have a terrible memory.
2025-05-03 14:06:28 -04:00
hope afa69468ac Initial commit 2025-04-25 21:27:16 +00:00