Skip to content

Commit

Permalink
Update ar/computer_scientist-2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Feb 19, 2025
1 parent ad15bc0 commit db9ac58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ar/computer_scientist-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# First Computer Scientist (Debug)

## Step 1
There's something wrong with the below code. Press the green play button to run it to see what happens, and then debug it to see what's wrong and what changes are needed to make it work.
هناك خطأ في الكود أدناه. اضغط على زر التشغيل الأخضر لتشغيله ومعرفة ما يحدث، ثم قم بتصحيح الأخطاء لتكتشف ما هو الخطأ وما التعديلات اللازمة لجعله يعمل بشكل صحيح.

#### ~ tutorialhint
Use ``||agent.agent move||`` and ``||agent.agent turn||`` to move your Agent to each BROWN block. Then use ``||agent.agent destroy||`` in the direction you want the block destroyed to remove the BROWN block. Repeat this until all the BROWN blocks are destroyed.
استخدم ``||agent.agent move||`` و ``||agent.agent turn||`` قم بتحريك الروبوت نحو كل بلوك باللون البني. ثم استخدم ``||agent.agent destroy||`` في الاتجاه الذي ترغب في تدمير البلوك فيه، قم بإزالة البلوك باللون بالبني. كرر هذه العملية حتى يتم تدمير جميع البلوكات البنية.

```ghost
agent.move(FORWARD, 0)
Expand Down

0 comments on commit db9ac58

Please sign in to comment.