Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kturtle
Educational programming environment that uses TurtleSpeak
https://github.com/kde/kturtle
Last synced: 4 days ago
JSON representation
Educational programming environment that uses TurtleSpeak
- Host: GitHub
- URL: https://github.com/kde/kturtle
- Owner: KDE
- License: other
- Created: 2015-09-18T16:04:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:05:36.000Z (7 months ago)
- Last Synced: 2024-05-01T12:02:01.488Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/education/kturtle
- Size: 7.86 MB
- Stars: 21
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.DOC
- Authors: AUTHORS
Awesome Lists containing this project
README
KTurtle is an educational programming environment that uses TurtleSpeak, a programming language loosely based on and inspired by [LOGO](http://en.wikipedia.org/wiki/Logo_programming_language).
The goal of KTurtle is to make programming as easy and accessible as possible. This makes KTurtle suitable for teaching young students the basics of math, geometry and... programming.
## Features
Some of the main features of KTurtle include:
* the ability to translate the programming commands into the native language of the student using the KDE translation framework.
* all you need integrated in one application.
* simplified programming terminology.
* intuitive syntax highlighting and error markers.![Kturtle](icons/kturtle.gif)
Learn more in the [KTurtle manifesto](MANIFESTO.md).