generated from mwc/problemset_typeface
I went with your tip of adding a couple of functions to make the process cleaner. Had I left it with all of the forward, penup, pendown functions littered throughout it would have been way bulkier. I was feeling satisfied overall because I was able to track myself through the letter without too much of an issue. My 4 letters will spell 'DUCK' though so I might change my tune when I get to the 'K'
16 lines
306 B
TOML
16 lines
306 B
TOML
[tool.poetry]
|
|
name = "problemset-typeface"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Chris Proctor <chris@chrisproctor.net>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
superturtle = "^0.1.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|