🤖 Public sandbox · جرّبها مجاناً

روبوت Lego — بالـ blocks والـ flowchart

اسحب blocks زي move, turn, repeat, if, وشوف الروبوت ينفّذ الأوامر على الـ grid. أساس الـ logical thinking والـ programming flow.

Drag blocks like move forward, turn left, repeat 5 times, if path is clear, and watch the robot follow your flowchart. Same idea as Scratch + MIT Blockly.

← All free labs
📐 Flowchart workspace Drag blocks from the left to build a program
📜 Generated pseudo-code
// Drop blocks to see the pseudo-code here.
🗨 Bot console
Robot is at (1, 1) facing right. اسحب blocks فوق وشغّل.

تحديات للأطفال · Mini challenges

  1. المستوى 1: حرّك الروبوت 3 خطوات للأمام.
  2. المستوى 2: استخدم repeat 4 + turn عشان يلف مربع.
  3. المستوى 3: استخدم if path is clear ودخّله متاهة بسيطة.
  4. المستوى 4: اكتب برنامج يوصّل الروبوت من (1,1) لـ (8,8).