generated from mwc/lab_iteration
CHECKPOINT 3 - tile
Coucou! Ok so making the tile was fun and took me some "productive struggling" to get there. But I made something nice! I think as feedback for next year I would add options or examples of other tiles (without explanation) so students can get a little inspired. The squiggle was a little bit intimidating ngl. Okay and concerning docstrings: love them. It makes reading code way more clear! What is the intention of the def or function etc.
This commit is contained in:
@@ -10,7 +10,7 @@ from tile import fly
|
||||
def draw_tile_grid(width, height, tile_size, tile_function):
|
||||
"""Draws a (width x height) grid, with tile_function drawn on each tile.
|
||||
|
||||
(Your explanation here.)
|
||||
I actually don't get it... explain it to me, pls! Cause how does it link to the tile file?? Confusing...
|
||||
"""
|
||||
for y in range(height):
|
||||
for x in range(width):
|
||||
|
Reference in New Issue
Block a user