Go to file
Pat Wick 2a1f9b15af resubmitting square.py
I wasn't difficult to implement a for-loop for square.py because I do have some experience with programming
and replacing the same instructions with no conditionals or decision-making required was easy enough. I took the
repetitive pieces, counted them (squares have 4 sides) and used that as the basis for the instructions inside the loop,
then set the for-loop to iterate those four repetitions.
2023-07-24 08:55:04 -04:00
.commit_template Initial commit 2023-07-24 12:54:10 +00:00
drawtiles.py Initial commit 2023-07-24 12:54:10 +00:00
poetry.lock Initial commit 2023-07-24 12:54:10 +00:00
pyproject.toml Initial commit 2023-07-24 12:54:10 +00:00
ranges.py Initial commit 2023-07-24 12:54:10 +00:00
square.py resubmitting square.py 2023-07-24 08:55:04 -04:00
tile.py Initial commit 2023-07-24 12:54:10 +00:00
tile_grid.py Initial commit 2023-07-24 12:54:10 +00:00