Go to file
Cory Dean Chung e5ce11b690 I created a new tile pattern and explained how
draw_tile_grid works.

Checkpoint 3:
I probably would use docstrings. I like to break up my work into small
bits. Having docstrings to quickly remind myself of what I've written
should do would be helpful. Additionally, if I'm working with or showing
my work to someone else, it'd be helpful for them to know what the
things I'm writing should do.
2023-07-20 16:11:50 -04:00
__pycache__ I created a new tile pattern and explained how 2023-07-20 16:11:50 -04:00
.commit_template Initial commit 2023-07-19 20:14:07 +00:00
drawtiles.py Initial commit 2023-07-19 20:14:07 +00:00
poetry.lock I rewrote the repeated lines using a for loop. 2023-07-20 12:42:11 -04:00
pyproject.toml Initial commit 2023-07-19 20:14:07 +00:00
ranges.py I implemented print_even_numbers, 2023-07-20 12:50:17 -04:00
square.py I rewrote the repeated lines using a for loop. 2023-07-20 12:42:11 -04:00
tile.py I created a new tile pattern and explained how 2023-07-20 16:11:50 -04:00
tile_grid.py I created a new tile pattern and explained how 2023-07-20 16:11:50 -04:00