Go to file
Hope 3ee046e9a5 tile with squared in the corners and a diamond in the middle
It took me quite some time to get the tile set to print as expected.
It kept drawing the tiles in random positions.  I had to determine where
I wanted to end the curser so it could appropriatly start the next tile.
2025-05-03 23:01:36 -04:00
.commit_template Initial commit 2025-04-25 21:27:16 +00:00
.gitignore Initial commit 2025-04-25 21:27:16 +00:00
drawtiles.py Initial commit 2025-04-25 21:27:16 +00:00
poetry.lock Initial commit 2025-04-25 21:27:16 +00:00
pyproject.toml Initial commit 2025-04-25 21:27:16 +00:00
ranges.py used the min, max, stride function and added 2025-05-03 14:26:54 -04:00
square.py tile with squared in the corners and a diamond in the middle 2025-05-03 23:01:36 -04:00
tile.py tile with squared in the corners and a diamond in the middle 2025-05-03 23:01:36 -04:00
tile_grid.py Initial commit 2025-04-25 21:27:16 +00:00