The initial PIN code is 000. How to change it is described below.
Use the Program Them app to play, to complete tasks step by step, and to learn basic programming skills.
This app is similar to games where you program a robot to do something, except that in this case the program must be executed by a person: you, a friend, or a group of people.
Do not write programs that may cause harm to health or property damage. Do not execute programs if they may cause harm to health or property damage.
After starting the app, click on the “forward” button. This button has a triangle pointing to the right. The first command of the demo program will appear on the screen, which the performer must execute. By successively clicking on this button, the performer must execute all the commands.
The “back” button with a triangle pointing to the left allows the performer to go step by step to the beginning of the program.
If you want to change the program, open the editor by clicking on the button at the top and entering the PIN code 000. Then edit the “code” of the program.
Please note that the program commands are separated from each other by double ampersands (&&). The program can have any number of commands.
After you finish editing the program, click the button at the top to close the editor. Then, by clicking the “forward” button, try to execute the commands of the program you wrote yourself or ask someone to do it.
If you want to make the task more difficult for the program executor, remove the “back” button from the screen. To do this, open the editor as described above, click the button in the lower left corner and close the editor. After that, you can return the program to its beginning only by clicking the central button at the bottom of the editor.
If you want to change the PIN code, open the editor, click the button in the lower right corner, change the PIN code (no more than 3 letters or numbers) and close the editor. If you forgot the PIN code, delete the application and download it again.
Tip: to quickly write a program, you can dictate it and then split it into separate commands by inserting double ampersands &&.
You can copy some sample programs by clicking on this link.