Arthur
|
fe7c4b1a8a
|
[python/turtle] Added write method
Allows user to print strings with the turtle
Change-Id: I06a3832f6fa36d29506be10c48a1b2fb34cb69fb
|
2020-06-04 14:50:09 +02:00 |
|
Joachim LF
|
e76abcf67e
|
[Python] universal colors
|
2020-04-30 14:12:32 +02:00 |
|
Léa Saviot
|
4b306791c0
|
[python/turtle] Turtle::m_drawn is false if sandbox not displayed
This way, Turtle::draw() and erase() are more symetrical and no not
perform themselves if the turtle is already drawn / erased.
|
2018-12-18 12:05:46 +01:00 |
|
Léa Saviot
|
ad745f7114
|
[python/turtle] Add speed() methods without args
|
2018-12-17 15:40:34 +01:00 |
|
Léa Saviot
|
62cda01d2b
|
[python/turtle] color and pencolor can take various arguments
These two methods are equal.
|
2018-12-11 14:42:04 +01:00 |
|
Léa Saviot
|
7efb48ab6e
|
[python/turtle] Turtle::circle's angle argument is optional
|
2018-12-10 16:59:11 +01:00 |
|
Léa Saviot
|
c8a5972243
|
[python/turtle] Turtle::circle(radius, angle)
|
2018-12-07 10:51:14 +01:00 |
|
Léa Saviot
|
cc3beb6014
|
[python/turtle] Turtle::reset() method
|
2018-12-06 17:26:43 +01:00 |
|
Romain Goyet
|
5748521876
|
[python/turtle] Try to play well with uPy's GC
|
2018-11-16 18:33:41 +01:00 |
|
Romain Goyet
|
7fc34fe17f
|
[python/turtle] Use an init method to reset the turtle
|
2018-11-16 18:33:05 +01:00 |
|
Romain Goyet
|
a9091c933b
|
[python/turtle] Use a Turtle class
|
2018-11-16 15:31:31 +01:00 |
|
Romain Goyet
|
22a39a2fd6
|
[python/turtle] Use a dedicated folder
|
2018-11-16 10:31:16 +01:00 |
|