Basic instructions
In each domain there are a fixed number of basic instructions you may use
to write a program. You're only allowed to use this instructions directly when
writing the script. For our robot the following basic instructions exist:

| Move |
সামনে(n) |
Move n steps forward |
পিছনে(n) |
Move n steps backward |
বাঁদিকে |
Turn left over 90 degrees |
ডানদিকে |
Turn right over 90 degrees |
উত্তরে(n) |
Turn to head north and move n steps forward |
দক্ষিণে(n) |
Turn to head south and move n steps forward |
পূর্বে(n) |
Turn to head east and move n steps forward |
পশ্চিমে(n) |
Turn to head west and move n steps forward |
|
| Paint |
সাদা_রং_করো |
Put the brush with white paint to the ground. |
কালো_রং_করো |
Put the brush with black paint to the ground. |
রং_বন্ধ |
Stop painting, hide the brush |
|
| Grab |
নাও |
Get the beacon in front of the robot |
রাখো |
Put a beacon in front of the robot |
|
| Flip coin |
কয়েন_টস |
Flip a coin to make a random choice. কয়েন_টস will either be true or false. |
|
| See |
Left |
Front |
Right |
|
বাঁদিকে_বাধা
বাঁদিকে_খালি
বাঁদিকে_আলো
বাঁদিকে_সাদা
বাঁদিকে_কালো |
সামনে_বাধা
সামনে_খালি
সামনে_আলো
সামনে_সাদা
সামনে_কালো |
ডানদিকে_বাধা
ডানদিকে_খালি
ডানদিকে_আলো
ডানদিকে_সাদা
ডানদিকে_কালো |
|