Turtle graphics for C#?
C # is a great programming language with endless possibilities.
There are great introductory pages for C# beginners - for example Learn to code C#. But getting started with graphics programming is not easy.
When I learned programming, I had a lot of fun drawing pictures on the screen by code. Turtle Graphics were an easy entry. There is a very extensive Turtle Graphics library for the python programming language. It would be nice if something like this also existed for C#…