Go to file
Seoyeon Lee 83c6dd5931 checkpoint 2 was much easier than checkpoint 1. It was intersting that maximum does not really include the maximum number I intended to have, so I revised maximum by adding plus 1, and this allowed me to have the maximum number I planned to have in outcome page. I did not feel I was struggling with checkpoint 2, I am still processing checkpoint 1 question though. 2024-09-20 19:13:19 -04:00
.commit_template Initial commit 2024-08-28 15:02:42 +00:00
drawtiles.py Initial commit 2024-08-28 15:02:42 +00:00
poetry.lock Initial commit 2024-08-28 15:02:42 +00:00
pyproject.toml Initial commit 2024-08-28 15:02:42 +00:00
ranges.py checkpoint 2 was much easier than checkpoint 1. It was intersting that maximum does not really include the maximum number I intended to have, so I revised maximum by adding plus 1, and this allowed me to have the maximum number I planned to have in outcome page. I did not feel I was struggling with checkpoint 2, I am still processing checkpoint 1 question though. 2024-09-20 19:13:19 -04:00
square.py I had to think about the function of brackets, and I learned that the items inside of the brackets makes a list. Listing multiple items with commas does not create what we are trying to draw, we need to add 'for-loop' and the language 'for size in sizes' was not understood intuitively. I am unsure if I fully understand all of this yet, but manage to mimick the process. 2024-09-20 18:51:55 -04:00
tile.py Initial commit 2024-08-28 15:02:42 +00:00
tile_grid.py Initial commit 2024-08-28 15:02:42 +00:00