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.
✅️ Download link: https://play.google.com/store/apps/details?id=com.abdo.slogo
✅️ Make a donation : https://paypal.me/elhaouzi935
✅️ What’s Logo
Logo is a programming language that controls a turtle on the screen to draw amazing pictures.
✅️ Key Features:
– Write and Run Logo program.
– Debug your code,
– Add breakpoint
– Run your code step by step
– Switch between English and French interpreter
– Customize everything from the settings.
– 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
– Switch between dark and light theme
– Doesn’t require any internet access to be working correctly
– Easy file manager, delete, create or rename a file
– Turtle mouvment 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
✅️ Simple programme :
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
]
This is a simple demo video to show some of the features of the app.
Music: https://www.bensound.com
source