asmBots SDI

asmBots SDI

Jack North Nexus
Aug 5, 2016
  • 1.7 MB

    파일 크기

  • Android 1.6+

    Android OS

asmBots SDI 정보

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

:START

RSET TRGX BALX

RSET TRGY BALY

JMPA :START

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.

더 보기

What's new in the latest 2.2

Last updated on 2016-08-06
Added two new commands

JUNE - Jump if not equal
JUEQ - Jump if equal

더 보기

게임 플레이 및 스크린 샷

  • asmBots SDI 포스터
  • asmBots SDI 스크린샷 1
  • asmBots SDI 스크린샷 2
  • asmBots SDI 스크린샷 3

asmBots SDI apk 정보

최신 버전
2.2
카테고리
시뮬레이션
Android OS
Android 1.6+
파일 크기
1.7 MB
개발자
Jack North Nexus
APKPure에서 안전하고 빠른 APK 다운로드
APKPure는 바이러스 없는 asmBots SDI APK 다운로드를 위해 서명 확인을 사용합니다.

asmBots SDI의 오래된 버전

APKPure 아이콘

더 많은 게임 보상 및 할인을 받으려면 APKPure 앱을 다운로드하세요

한번의클릭으로 Android에 XAPK/APK 파일을설치할수있습니다!

다운로드 APKPure
thank icon
사용자 환경을 개선하기 위해 이 웹 사이트의 쿠키 및 기타 기술을 사용합니다.
이 페이지의 링크를 클릭하면 당사의 개인 정보 보호 정책쿠키 정책에 동의하는 것입니다.
더 알아보기