Home  >  Article  >  Software Tutorial  >  How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

王林
王林forward
2024-03-06 10:19:05987browse

php Editor Banana today introduces to you a software called Mind programming. Through this software, we can easily create walking robots. In this article, we will explain in detail the specific operation methods of Mind programming to make walking robots, so that everyone can get started quickly and enjoy the fun and sense of accomplishment that programming brings. Let's explore this interesting world together!

Open Mind, click [Project]-[New Project] with the left mouse button, create a new elf, and change the elf name to [Walking Robot];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Event] and drag the [Little Green Flag] to the programming interface;

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Movement] and splice [Turn Right (15) Degrees] below the [Little Green Flag];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Operator], drag [Get a random number between (1) and (10)] to the programming interface, and then insert it into [Turn right (15) degrees];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Movement] and splice [Set the rotation method to flip left and right] below [Turn right and take a random number of degrees between (1) and (10)];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Control] and splice [Loop Execution] below [Set Rotation Mode to Flip Left and Right];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Movement], splice [Move (10) Steps] inside [Loop Execution], and then splice [Rebound when touching the edge] below [Move (10) Steps];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click the little green flag to run.

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

The above is the detailed content of How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:pcsoft.com. If there is any infringement, please contact admin@php.cn delete