SLogo : Logo Turtle Graphics APK

SLogo : Logo Turtle Graphics  Icon
ο€… ο€… ο€… ο€…
4.44/5
5 Ratings
Developer
EL-HAOUZI ABDESSAMAD
Current Version
1.0.19
Date Published
File Size
2.6 MB
Package ID
com.abdo.slogo
Price
$ 0.00
Downloads
7.3K+
Category
Android Apps
Genre
Education

APK Version History

Version
1.0.19 (70)
Architecture
universal
Release Date
April 24, 2024
Requirement
Android 5.0+
Version
1.0.18 (68)
Architecture
universal
Release Date
April 24, 2024
Requirement
Android 5.0+
Version
1.0.17 (60)
Architecture
universal
Release Date
April 24, 2024
Requirement
Android 5.0+
Version
1.0.16 (56)
Architecture
universal
Release Date
April 24, 2024
Requirement
Android 5.0+
Version
1.0.15 (54)
Architecture
universal
Release Date
April 24, 2024
Requirement
Android 5.0+
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot
  • SLogo : Logo Turtle Graphics Screenshot

About Radio FM 90s

Slogo is a powerful app used to teach students and children how to program a computer. Designed to help beginners learn logo programming language. It is a very simple and fun application to learn basic concepts of programming languages.

βœ…οΈ What's Logo
Logo is a programming language that controls a turtle on the screen to draw amazing pictures.

βœ…οΈ 114 commands support :
cos, radcos, sin, radsin, tan, radtan, arccos, radarccos, arcsin, radarcsin, arctan, radarctan, exp, ln, log10, sqrt, round, abs, int, random, sum, difference, product, divide, power, modulo, minus, pos, xcor, ycor, pencolor, pc, penwidth, pw, pensize, ps, heading, true, false, pi, towards, ascii, char, bitand, bitor, bitxor, bitnot, rightshift, rshift, leftshift, lshift, null, forward, fd, backward, bk, left, lt, right, rt, hideturtle, ht, showturtle, st, setx, sety, setxy, setpos, clearscreen, cs, cleartext, ct, penup, pu, pendown, pd, setpencolor, setpc, print, pr, type, read, rd, home, wait, setpenwidth, setpw, setpensize, setps, setheading, seth, circle, circle2, arc, dot, setrgb, setfloodcolor, setfc, fill, clean, setscreencolor, setsc, ellipse, ellipse2, arc2, distance, dist, label, setfontsize, setfs, fontsize, fs, labellength, ll.

βœ…οΈ 25 Reserved words
if, else, while, output, return, op, ret, for, do, foreach, case, make, struct, and, or, not, until, to, mod, div, end, stop, in, repeat, elseif.

βœ…οΈ Key Features:
β€’ Write and Run Logo program;
β€’ Debug your code;
β€’ Add breakpoint;
β€’ Run your code step by step;
β€’ Auto-formatting code;
β€’ Multilingual support ( for now : English and French);
β€’ Powerful editor with support for text highlighting and many other features;
β€’ Zoom in / Zoom out on your screen;
β€’ Move the screen using your finger;
β€’ Integrated console allows you to see the output of your program;
β€’ Dark and light theme support;
β€’ Doesn't require any internet access to be working correctly;
β€’ Easy file manager, delete, create, rename, import, export file;
β€’ Turtle commandsΒ : forward, backward, left, right, etc;
β€’ Variables, procedures, if statement, loop statement, etc;
β€’ Many predefined functionsΒ and procedures: cos, sins, etc;
β€’ procedure definition;
β€’ Support for recursive procedures;
β€’ Interact with the user via read and write commands;

βœ…οΈ Translation
β€’ This is a multilingual app, if you want to help us translate this application into other languages, please contact us at [email protected]
β€’ So far we support these languages:
- English
- French

βœ…οΈ Simple programΒ :
REPEAT 6 [
FD 100
REPEAT 6 [
FD 10
BK 10
RT 60
]
BK 100
RT 60
]
REPEAT 6 [
FD 100
REPEAT 60 [
FD 20
BK 20
RT 6
]
RT 60
]

βœ…οΈ Social Medias
β€’ YouTube: https://youtu.be/Fu5tDvnFLfs
β€’ Facebook: https://web.facebook.com/abdoapps21/
β€’ Instagram: https://www.instagram.com/elhaouzi.abdessamad/

What's New in this version

Fix debugger breakpoints bug