@@ -2772,64 +2772,64 @@ The demo scripts are:
2772
2772
+------------------------+------------------------------+--------------------------------------+
2773
2773
| Name | Description | Features |
2774
2774
+========================+==============================+======================================+
2775
- | `` bytedesign `` | complex classical | :func: `tracer `, :func: `delay `, |
2775
+ | :mod: ` bytedesign ` | complex classical | :func: `tracer `, :func: `delay `, |
2776
2776
| | turtle graphics pattern | :func: `update ` |
2777
2777
+------------------------+------------------------------+--------------------------------------+
2778
- | `` chaos `` | graphs Verhulst dynamics, | world coordinates |
2778
+ | :mod: ` chaos ` | graphs Verhulst dynamics, | world coordinates |
2779
2779
| | shows that computer's | |
2780
2780
| | computations can generate | |
2781
2781
| | results sometimes against the| |
2782
2782
| | common sense expectations | |
2783
2783
+------------------------+------------------------------+--------------------------------------+
2784
- | `` clock `` | analog clock showing time | turtles as clock's |
2784
+ | :mod: ` clock ` | analog clock showing time | turtles as clock's |
2785
2785
| | of your computer | hands, :func: `ontimer ` |
2786
2786
+------------------------+------------------------------+--------------------------------------+
2787
- | `` colormixer `` | experiment with r, g, b | :func: `ondrag ` |
2787
+ | :mod: ` colormixer ` | experiment with r, g, b | :func: `ondrag ` |
2788
2788
+------------------------+------------------------------+--------------------------------------+
2789
- | `` forest `` | 3 breadth-first trees | randomization |
2789
+ | :mod: ` forest ` | 3 breadth-first trees | randomization |
2790
2790
+------------------------+------------------------------+--------------------------------------+
2791
- | `` fractalcurves `` | Hilbert & Koch curves | recursion |
2791
+ | :mod: ` fractalcurves ` | Hilbert & Koch curves | recursion |
2792
2792
+------------------------+------------------------------+--------------------------------------+
2793
- | `` lindenmayer `` | ethnomathematics | L-System |
2793
+ | :mod: ` lindenmayer ` | ethnomathematics | L-System |
2794
2794
| | (indian kolams) | |
2795
2795
+------------------------+------------------------------+--------------------------------------+
2796
- | `` minimal_hanoi `` | Towers of Hanoi | Rectangular Turtles |
2796
+ | :mod: ` minimal_hanoi ` | Towers of Hanoi | Rectangular Turtles |
2797
2797
| | | as Hanoi discs |
2798
2798
| | | (:func: `shape `, :func: `shapesize `) |
2799
2799
+------------------------+------------------------------+--------------------------------------+
2800
- | `` nim `` | play the classical nim game | turtles as nimsticks, |
2800
+ | :mod: ` nim ` | play the classical nim game | turtles as nimsticks, |
2801
2801
| | with three heaps of sticks | event driven (mouse, |
2802
2802
| | against the computer. | keyboard) |
2803
2803
+------------------------+------------------------------+--------------------------------------+
2804
- | `` paint `` | super minimalistic | :func: `onclick ` |
2804
+ | :mod: ` paint ` | super minimalistic | :func: `onclick ` |
2805
2805
| | drawing program | |
2806
2806
+------------------------+------------------------------+--------------------------------------+
2807
- | `` peace `` | elementary | turtle: appearance |
2807
+ | :mod: ` peace ` | elementary | turtle: appearance |
2808
2808
| | | and animation |
2809
2809
+------------------------+------------------------------+--------------------------------------+
2810
- | `` penrose `` | aperiodic tiling with | :func: `stamp ` |
2810
+ | :mod: ` penrose ` | aperiodic tiling with | :func: `stamp ` |
2811
2811
| | kites and darts | |
2812
2812
+------------------------+------------------------------+--------------------------------------+
2813
- | `` planet_and_moon `` | simulation of | compound shapes, |
2813
+ | :mod: ` planet_and_moon ` | simulation of | compound shapes, |
2814
2814
| | gravitational system | :class: `Vec2D ` |
2815
2815
+------------------------+------------------------------+--------------------------------------+
2816
- | `` rosette `` | a pattern from the wikipedia | :func: `clone `, |
2816
+ | :mod: ` rosette ` | a pattern from the wikipedia | :func: `clone `, |
2817
2817
| | article on turtle graphics | :func: `undo ` |
2818
2818
+------------------------+------------------------------+--------------------------------------+
2819
- | `` round_dance `` | dancing turtles rotating | compound shapes, :func: `clone ` |
2819
+ | :mod: ` round_dance ` | dancing turtles rotating | compound shapes, :func: `clone ` |
2820
2820
| | pairwise in opposite | :func: `shapesize `, :func: `tilt `, |
2821
2821
| | direction | :func:`get_shapepoly`, :func:`update`|
2822
2822
+------------------------+------------------------------+--------------------------------------+
2823
- | `` sorting_animate `` | visual demonstration of | simple alignment, |
2823
+ | :mod: ` sorting_animate ` | visual demonstration of | simple alignment, |
2824
2824
| | different sorting methods | randomization |
2825
2825
+------------------------+------------------------------+--------------------------------------+
2826
- | `` tree `` | a (graphical) breadth | :func: `clone ` |
2826
+ | :mod: ` tree ` | a (graphical) breadth | :func: `clone ` |
2827
2827
| | first tree (using generators)| |
2828
2828
+------------------------+------------------------------+--------------------------------------+
2829
- | `` two_canvases `` | simple design | turtles on two |
2829
+ | :mod: ` two_canvases ` | simple design | turtles on two |
2830
2830
| | | canvases |
2831
2831
+------------------------+------------------------------+--------------------------------------+
2832
- | `` yinyang `` | another elementary example | :func: `circle ` |
2832
+ | :mod: ` yinyang ` | another elementary example | :func: `circle ` |
2833
2833
+------------------------+------------------------------+--------------------------------------+
2834
2834
2835
2835
Have fun!
0 commit comments