Maze Explorer - Interactive Logic Game by Rohit Bansode

MAZE_OS_INITIALIZING
MAZE_GAME_OS // V.1.0.4
LVL: 01 //ONLINE

Robot Maze Explorer

Instructions

Welcome to the Maze Puzzle Game! Your mission is to guide the **robot** through the maze using command lines. Each command you enter will move the robot in a specific direction.

Commands:

  • robot.moveRight(n): Move the robot right by `n` cells. Example: robot.moveRight(3) moves the robot 3 cells to the right.
  • robot.moveDown(n): Move the robot down by `n` cells. Example: robot.moveDown(2) moves the robot 2 cells down.
  • robot.moveLeft(n): Move the robot left by `n` cells. Example: robot.moveLeft(1) moves the robot 1 cell to the left.
  • robot.moveUp(n): Move the robot up by `n` cells. Example: robot.moveUp(4) moves the robot 4 cells up.

Rules:

  • The maze consists of paths and walls. The robot can only move through the paths.
  • If the robot encounters a wall, it will stop and display an error message. You must adjust your commands to avoid walls.
  • The maze is designed to have a specific exit point. The goal is to navigate the robot to this exit point, marked by the the **red "End" flag**, using the commands provided.
  • You can add multiple command lines to build a sequence of moves. Each command line should be entered separately.
  • Use the **"Run"** button next to each command line to execute the commands one by one.
  • Once all commands are entered and ready, click the **"Restart Maze"** button to clear the commands and generate a new maze.

Tips:

  • Double-check your commands for typos or errors before running them.
  • Experiment with different sequences of commands to find the best path through the maze.
  • Pay attention to the maze layout. The arrangement of walls and paths may change with different levels or challenges.
Robot
Start
End
> VIRTUAL_ENV_INIT... OK
> INJECTING_MAZE_INTERFACE... SUCCESS
> SYSTEM_READY: AWAITING_COMMANDS
DESIGNED BY ROHIT_R.BANSODE // 2024