ROBOT BATTLE NEXUS

Official Manual (Ver.1.0.1)

Game Overview

"ROBOT BATTLE NEXUS" is a programming battle game where two robots (Blue Robot and Red Robot) fight based on your programming. Players create programs for their robots using command blocks and battle in a turn-based system. Create strategic programs and reduce your opponent's HP to zero to win!

Game Platforms

ROBOT BATTLE NEXUS can be played on both computers (Desktop version) and smartphones/tablets (Mobile version). Each platform has an optimized interface, but the game content is identical. You can switch between Desktop and Mobile versions using the menu in the upper right corner.

Basic Controls (Desktop Version)

During battle, the "TURN INDICATOR" shows:

  • "BLUE TURN": Blue Robot's action turn
  • "RED TURN": Red Robot's action turn
  • "WAITING FOR BLUE/RED": One robot has completed its commands
  • "NO COMMANDS LEFT": Both robots have completed all commands
  • "BATTLE END": Battle is over

Basic Controls (Mobile Version)

Available Commands

Movement Commands
Attack Commands

Each command block can only be placed once. For example, you cannot use two "Attack" blocks, but you can use one each of "Attack", "Use Skill", and "Use Skill 2".

Control Commands

Strategy Guide

Robot Characteristics

Feature Blue Robot (BLUE) Red Robot (RED)
Initial HP 100 100
Normal Attack 15 damage (range 50px) 15 damage (range 50px)
Skill 1 HP Recovery (+20) Strong Attack (30 damage, range 50px)
Skill 2 Missile (3 damage, unlimited range) Self-Destruct (self -20HP, enemy -50HP, range 50px)
Battle Style Endurance-oriented Damage-focused

Victory Conditions

The winner is determined by one of the following conditions:

When the battle ends, a victory screen will pop up showing the round number and the winner.

Saving and Loading Programs

Access the following operations from the burger menu in the upper right:

When loading a program, make sure to select the correct file for the robot. You cannot load Blue Robot programs for Red Robot and vice versa.

Advanced Techniques

Game Tips

To prevent infinite loops, there are internal execution limits for loop structures. "Repeat" blocks execute a maximum of 3 times.