http://xlogo.tuxfamily.org/de/index-de090515.html
https://www.code-your-life.org/turtlecoder/
Ähnlich wie Minecraft wird Logo mit java -jar xlogo.jar gestartet. (oder Doppelcklik auf die .jar-Datei wenn schon eingerichtet wurde)
Eine Entwicklungsumgebung mit der Basis was zum Programmieren mit Logo benötigt kannst Du frei wwählen.
http://xlogo.tuxfamily.org/de/download-de.html
8. August 2009: Letzte Version: 0.9.959
Die Anweisungen, die ihr eurer Schildkröte geben könnt, sind sehr intuitiv und leicht verständlich, auch wenn euer englisch nicht perfekt ist:
Ihr solltet bedenken, dass nicht jeder Code von Anfang an perfekt funktioniert – das passiert selbst den Profis. Probiert einfach ein bisschen herum und schaut euch ein paar YouTube-Tutorials an, um eure Fähigkeiten zu verbessern und nach und nach komplexere Programme zusammen zu basteln. Ihr schafft das!
Logic and , or , not What is a microcontroller and how microcontroller works
https://youtu.be/JwCTkm43CxQ
PIC Microcontrollers Programming in 1 Tutorial https://www.youtube.com/watch?v=7bZg_GzUbHI viel details erklärt nicht unbedingt notwendig zu wissen!
µControllerseite https://deepbluembedded.com/esp32-hello-world-serial-print-arduino/
In Linux distributions the gcc compiler and make tool needed by exercise packages are usually installed by default. However you should to ensure that the check framework, zip and unzip, gdb and valgrind are also installed, typing the following in the terminal (assuming you have admin rights to the machine, and you are using either Debian or Ubuntu distribution):
sudo apt-get install check sudo apt-get install pkg-config sudo apt-get install valgrind sudo apt-get install gdb
11. März 2026