Commit Graph

6 Commits

Author SHA1 Message Date
Hope 5049786d02 made changes based on feedback. No longer
includes the max number.
2025-05-11 20:55:23 -04:00
Chris Proctor fe6a5f9c69 Assess lab_iteration 2025-05-07 09:55:48 -04:00
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 5129783b38 used the min, max, stride function and added
one to the max so it accounts for starting at 0.

I struggled a little with figuring out where to start my count on the odd and even.
I now understand it though after trying it wrong and updating it to work.
2025-05-03 14:26:54 -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