【實用模擬app】asmBots SDI|最夯免費app

【實用模擬app】asmBots SDI|最夯免費app

分享好友

【免費模擬App】asmBots SDI-APP點子

Have fun while learning how to program!

Citizens of the Galaxy! The end of War and poverty is upon us. The Prodigal Devourers are extinct and the Shared Blessings of the galaxy are once again, ours.

With the end of the Great Abstracted War, the Union of Empathy and Quintessence designated an enormous amount of military robots as surplus. The Union authorized demilitarization and re-utilization of many robots and other surplus equipment.

The Coalition for Expanded Knowledge (an official Public Trust recognized by the Union), constructed a Robot Proving Ground for All magnanimous Citizens of the Galaxy.

Each arena on The 'Proving Grounds' has a field and a mainframe computer. The mainframe controls the game. The mainframe transmits a view of the action to your access device.

While in a game, touch your access device, to display the mainframe control panel. You can adjust the game speed, pause or play the game (step or run), select the robot being developed, and bring up a robot's code.

When in code view, the current line of code is highlighted. Clicking on the STEP button, will cause the robot to run the highlighted code. The mainframe will update the game view.

Long-clicking on a line of code opens the code options. To edit the line of code, select EDIT from the code options.

When editing code, you do not need to type the commands or registers because the interface provides drop-downs for the commands and registers.

Central to each robot is a floating point Central Processing Unit (CPU) and a Function Coprocessor (FCP).

The CPU consists of a set of REGISTERS that contain numbers. The CPU recognizes a set of commands that operate on the REGISTERS (or the numbers they contain).

The FCP monitors certain REGISTERS and automatically responds based on the value in the register. The FPU automatically updates certain registers as well.

An example of a REGISTER being read by the FCP is the directional register. The FCP constantly reads the direction register and instructs the various sub-processors that cause the robot's servos and hydraulics to run in the specified direction.

An example of the FCP updating registers is the robot's position. The FCP updates the position registers with the robots current position obtained from the navigation sub-processor.

Your bot is always moving and the direction and speed is determined by the values in the DIR and SPD registers. The FCP accesses these registers and controls the bot's sub-systems.

The FCP recognizes two modes of operation. You can control the mode by setting the NMOD register.

Mode 0 - FCP sets the DIR register causing movement towards the point contained in TRGX, TRGY.

Mode 1 - Your program must set the DIR register.

You can stop by setting the SPD register to 0.

Coding Code

Code is a series of instructions in sequential order.

Commands occupy a line of code and are generally followed by one or more parameters.

KICK GOLR 10

Parameters can be either a literal number (such as 10), a register (such a GOLR), or a Label (such as :KICK_BALL_AT_GOAL).

Besides commands, code can also contain labels. Labels in code mark a point that can be jumped to from another location.

RSET NMOD 0

【免費模擬App】asmBots SDI-APP點子

:START

RSET TRGX BALX

RSET TRGY BALY

JMPA :START

【免費模擬App】asmBots SDI-APP點子

The code above represents a complete (but simple) program that will cause the robot to chase the ball.

The first line, RSET NMOD 0, tells the FCP that we will set our target position, and the FCP will automatically set the DIR register.

The second and third lines set our target position to the position of the ball. The last line, JMPA :START, jumps back to the label :START, and from there, the TRGX and TRGY registers are set again to the balls position, and then the JMPA command sends the program back to start, and it begins again. This is an infinite loop, but because the FCP is constantly update the ball's position, BALX and BALY, the effect is the robot chases the ball.

【免費模擬App】asmBots SDI-APP點子

免費玩asmBots SDI APP玩免費

免費玩asmBots SDI App

asmBots SDI APP LOGO

asmBots SDI LOGO-APP點子

asmBots SDI APP QRCode

asmBots SDI QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
2.2
App下載
免費
1970-01-012015-03-11
分享app
上一個APP
下一個APP

高評價模擬App推薦

纪念碑建造者:自由女神像 MB: Statue of Liberty

纪念碑建造者:自由女神像 MB: Statue of Liberty是一款模拟经营类小游戏。游戏中,我们再次穿越时间旅程见证一个历史性建筑物的落成-自由女神像!这是一个惊人的时间管理游戏!在游戏中你将再次建造历史上的伟大工程,生产金属和木材保持工地的运作,改善道路环境便于材料的运输,管理你的工人,材 …
纪念碑建设者:帝国大厦 MB: Empire State Building

【注意】 该款游戏需要另104M数据包,下载链接在描述最后面。1930年,Miranda要挑战建造一个世界上最高的建筑。作为Miranda的项目经理,你要负责让她在《纪念碑建设者:帝国大厦》有一个不同的视觉享受:一个最新最热门的纪念碑建设者系列的时间管理游戏。通过了解各种关于建筑的奇闻异事,你将在纽 …
空港达人 Airport City

空港达人 Airport City是一款经营类游戏,玩法类似于疯狂机场2,在这里你要建立自己的私人机场,控制数百航班!管理你的机场,让航班旅行到地球的每一个角落,你会遇到来自世界各地的有趣的人。游戏目标:-建立机库和跑道-把飞机开到世界最远的角落-解锁新的关卡和购买新的飞机类型-从遥远的大陆进口稀有 …
王国统治 Rule the Kingdom

修改内容: 游戏修改了钻石为无限,如果修改无效,请断网并清除数据,并再次启动游戏即可。游戏开发商Game Insight发布新的模拟经营类游戏《王国统治》。3D画面看上非常精细,玩家可以穿越茂密的森林、炎热的沙漠、一望无际的草原,在这片广阔的天地里建设属于自己的强大帝国。游戏涵盖了传统模拟经营类游戏 …