アプリオンは、世界のアプリランキングや口コミから、おすすめアプリをまとめている人気アプリ探しサイトです。

SLogo : Logo Turtle Graphics [Android]

「SLogo : Logo Turtle Graphics」は、EL-HAOUZI ABDESSAMADが配信するエデュケーションアプリです。

SLogo : Logo Turtle Graphicsのおすすめ画像1
SLogo : Logo Turtle Graphicsのおすすめ画像2
SLogo : Logo Turtle Graphicsのおすすめ画像3
SLogo : Logo Turtle Graphicsのおすすめ画像4
SLogo : Logo Turtle Graphicsのおすすめ画像5
<
>

子供のためのロゴタートルグラフィックスプログラミング言語通訳

「SLogo : Logo Turtle Graphics」は、EL-HAOUZI ABDESSAMADが配信するエデュケーションアプリです。

教育

このアプリの話題とニュース

  • 社会人やファミリー層の女性スマホユーザーから人気を集めています。


  • 5万ダウンロード突破!


  • 最高評価5.0点のレビュー点数がついた優秀なアプリです。(5/22)


  • 新バージョン1.0.19が配信開始。新機能や改善アップデートがされています。(4/16)


最新更新情報

version1.0.19が、2024年4月16日(火)にリリース

Fix debugger breakpoints bug

使い方や遊び方

Slogoは、生徒や子供たちにコンピューターのプログラミング方法を教えるために使用される強力なアプリです。初心者がロゴプログラミング言語を学ぶのを助けるように設計されています。プログラミング言語の基本的な概念を学ぶのはとてもシンプルで楽しいアプリケーションです。



✅️ロゴとは
ロゴは、画面上のカメを制御して素晴らしい絵を描くプログラミング言語です。



✅️114コマンドのサポート:
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、toward、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予約語
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。



✅️主な機能:
•ロゴプログラムを作成して実行します。
•コードをデバッグします。
•ブレークポイントを追加します。
•コードを段階的に実行します。
•自動フォーマットコード。
•多言語サポート(現時点では:英語とフランス語)。
•テキストの強調表示やその他の多くの機能をサポートする強力なエディタ。
•画面をズームイン/ズームアウトします。
•指を使って画面を動かします。
•統合コンソールを使用すると、プログラムの出力を確認できます。
•ダークとライトのテーマのサポート。
•正しく機能するためにインターネットアクセスは必要ありません。
•簡単なファイルマネージャー、ファイルの削除、作成、名前変更、インポート、エクスポート。
•タートルコマンド:前方、後方、左、右など。
•変数、プロシージャ、ifステートメント、ループステートメントなど。
•多くの事前定義された機能と手順:cos、sinsなど。
•手順の定義。
•再帰的手順のサポート。
•読み取りおよび書き込みコマンドを介してユーザーと対話します。



✅️翻訳
•これは多言語アプリです。このアプリケーションを他の言語に翻訳するのを手伝いたい場合は、elhaouzi.abdessamad@gmail.comまでご連絡ください。
•これまでのところ、これらの言語をサポートしています。
- 英語
- フランス語



✅️シンプルなプログラム:
繰り返し6[
FD 100
繰り返し6[
FD 10
BK 10
RT 60
]
BK 100
RT 60
]
繰り返し6[
FD 100
REPEAT 60 [
FD 20
BK 20
RT 6
]
RT 60
]



✅️ソーシャルメディア
•YouTube:https://youtu.be/Fu5tDvnFLfs
•Facebook:https://web.facebook.com/abdoapps21/
•Instagram:https://www.instagram.com/elhaouzi.abdessamad/

紹介ムービー&プレイ動画

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

✅️ 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



SLogo - Turtle graphics interpreter, Learn programming for kids

カスタマーレビュー・評価

5.0
5つ星
 
64
4つ星
 
0
3つ星
 
0
2つ星
 
0
1つ星
 
0

最新ストアランキングと月間ランキング推移

SLogo : Logo Turtle GraphicsのAndroidアプリランキングや、利用者のリアルな声や国内や海外のSNSやインターネットでの人気状況を分析しています。

基本情報

仕様・スペック

対応OS
5.0 以降
容量
2.8M
推奨年齢
全年齢
アプリ内課金
なし
更新日
2024/04/16

インストール数
50,000~

集客動向・アクティブユーザー分析

オーガニック流入

 

アクティブ率

 

 

 

※この結果はSLogo : Logo Turtle Graphicsのユーザー解析データに基づいています。

利用者の属性・世代

アプリ解析デモグラフィックデータ(男女年代比率35%)

んちゃ!

デモグラフィックデータを元にユーザー層の性別や年齢分布などを考慮して推定しています。

ネット話題指数

開発会社の配信タイトル

このアプリと同一カテゴリのランキング

ゆうちゃみ 写真集「ゆうな」
古川優奈
amazon

EL-HAOUZI ABDESSAMAD のその他のアプリ

EL-HAOUZI ABDESSAMAD の配信アプリ >

新着おすすめアプリ

新着おすすめアプリ >

注目まとめ

Androidアプリまとめ >