ABUABDOU KHALIL

Dina Chehab

Prompt:

Welcome to RobotCity, a dazzling metropolis where robots and humans live in harmony! You, a young innovator, have just arrived in the city to join the grand mission: helping robots make the city run smarter, faster, and better. Explore vibrant streets lit by neon lights, interact with helpful robots, and complete tasks to keep the city running smoothly. 

Your mission:

  • Help repair malfunctioning robots.
  • Discover hidden areas with unique robot challenges.

Types of Interactions in CoSpaces

  1. Object Activation (Click Interaction)

    • Example:
      Players click on a robot, and the robot plays a sound or gives a task.
    • CoBlocks Logic:
      • When clicked → Say "Hello! Can you help me fix this?" → Play sound
  2. Movement Interaction

    • Example:
      A player clicks a button, and a door opens or a platform moves.
    • CoBlocks Logic:
      • When clicked → Move object (platform/door) by X meters
  3. Collecting Items

    • Example:
      Players pick up energy cells or repair kits by walking near them.
    • CoBlocks Logic:
      • When player is near (item) → Hide (item) → Add 1 to score
  4. Dialogue Interaction

    • Example:
      Players approach a robot, and it starts a conversation.
    • CoBlocks Logic:
      • When player is near (robot) → Say "I need help fixing the power!"
  5. Changing Environment

    • Example:
      Completing a task makes the city more colorful or changes the background music.
    • CoBlocks Logic:
      • When score = 5 → Change background color → Play new music
  6. Teleportation

    • Example:
      Players step on a glowing platform and teleport to a new part of the city.
    • CoBlocks Logic:
      • When player is near (platform) → Move player to (new location)
  7. Timed Challenges

    • Example:
      Players must complete a task within a set time limit.
    • CoBlocks Logic:
      • When clicked → Start timer (30 seconds) → If timer = 0 → End game

Suggested Interactions 

  1. Robot Helpers
    Clicking on a robot can trigger dialogue, sounds, and tasks like collecting parts or solving puzzles.

  2. Dynamic Color Changes
    Completing tasks could trigger color changes in the city’s buildings or streets, adding vibrancy.

  3. Energy Collection
    Players can collect glowing energy orbs to power different parts of the city.

  4. Efficiency Boost
    After completing enough tasks, players can unlock speed boosts or flying abilities to navigate the city faster.