Go to file
Seoyeon Lee de55a916bd 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
.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 Initial commit 2024-08-28 15:02:42 +00: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