Go to file
Louis Cooper 81efee0766 Completed ranges.
Checkpoint #2: Ranges give you much more control over loops, its cool to think about them in this way.
I did have trouble understanding how to us inclusive iteration. I found out that using `maximum + 1` was the way to go,
which im guessing just does 1 more iteration of the stride, still unsure of that.
2023-07-22 20:45:27 -04:00
.commit_template Initial commit 2023-07-22 20:48:25 +00:00
drawtiles.py Initial commit 2023-07-22 20:48:25 +00:00
poetry.lock Initial commit 2023-07-22 20:48:25 +00:00
pyproject.toml Initial commit 2023-07-22 20:48:25 +00:00
ranges.py Completed ranges. 2023-07-22 20:45:27 -04:00
square.py Modified square.py to use a for loop in order to simplify the code block. 2023-07-22 20:18:40 -04:00
test_louis.py Modified square.py to use a for loop in order to simplify the code block. 2023-07-22 20:18:40 -04:00
tile.py Initial commit 2023-07-22 20:48:25 +00:00
tile_grid.py Initial commit 2023-07-22 20:48:25 +00:00