🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

Nakov.TurtleGraphics

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Nakov.TurtleGraphics

The .NET library "Nakov.TurtleGraphics" provides а very simple "turtle graphics" drawing interface for C# / .NET Windows Forms, designed for kids, learning to code. It supports all standard turtle commands like "move-forward", "move-backward", "rotate", "move-to", "pen-up", "pen-down". Animates the turtle actions to demonstrate how it moves and rotates. It provides a really simple API, through the static class "Turtle": - Turtle.Rotate(30); - Turtle.Forward(200); - Turtle.PenUp(); - Turtle.Rotate(120); - Turtle.Forward(200); - Turtle.PenDown(); - Turtle.Rotate(120); - Turtle.Forward(200);

2.0.2.1
NuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

turtle-graphics

FAQs

Package last updated on 27 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts