SYRIANI KENZO

Dina Chehab

Prompt:

Welcome to Jungle Dash, a thrilling adventure set in a vibrant jungle bursting with lush green and bright yellow hues. The jungle is full of life, with towering trees, hidden treasures, and exciting obstacles. You, a daring explorer, must race through the jungle, collecting coins and hidden items to boost your score. But watch out—there are obstacles in your way! With upbeat music keeping the energy high, your goal is to beat your best time in each run.

Your mission:

  • Collect as many coins as possible to improve your score.

  • Find hidden jungle items to unlock special bonuses.

  • Avoid obstacles by jumping or maneuvering around them.

  • Complete the run before the timer runs out and try to set a new personal record!

Types of Interactions in CoSpaces

Object Activation (Click Interaction)

  • Example:
    Players click on a hidden item, and it gets added to their inventory.

  • CoBlocks Logic:
    When clicked → Hide (item) → Add 1 to score

Movement Interaction

  • Example:
    Players click a jump button to make their character jump over obstacles.

  • CoBlocks Logic:
    When clicked → Move player up by Y meters

Collecting Coins

  • Example:
    Players collect coins by running near them.

  • CoBlocks Logic:
    When player is near (coin) → Hide (coin) → Add 1 to score

Timed Challenge

  • Example:
    Players must complete the run within a set time limit.

  • CoBlocks Logic:
    When run starts → Start timer (60 seconds) → If timer = 0 → End game

Obstacle Interaction

  • Example:
    Players hit an obstacle, which slows them down or reduces their score.

  • CoBlocks Logic:
    When player is near (obstacle) → Reduce speed or Subtract 1 from score

Speed Boosts

  • Example:
    Players collect a special item that temporarily increases their speed.

  • CoBlocks Logic:
    When player is near (boost) → Increase speed by X for Y seconds

Dynamic Sounds

  • Example:
    Upbeat music plays throughout the game, and sound effects trigger when players collect coins or hit obstacles.

  • CoBlocks Logic:
    When coin collected → Play sound "coin pickup"

Suggested Interactions

  1. Coin Collection
    Players collect coins scattered throughout the jungle. Each coin adds points to the player’s score.

  2. Hidden Items
    Hidden jungle items can be collected to unlock special rewards or increase the score multiplier.

  3. Obstacle Navigation
    Players must jump over or maneuver around obstacles like fallen trees, rocks, or rivers.

  4. Speed Boost Zones
    Special zones or items give the player a temporary speed boost, helping them beat the timer.

  5. Timer-Based Challenge
    Players race against a timer. The faster they complete the run, the higher their score multiplier.

  6. High-Energy Music
    Upbeat jungle-themed music plays continuously, with sound effects for collecting coins, hitting obstacles, and finishing the run.

  7. Personal Best Records
    Players can try to beat their own best time, adding a competitive element to the game.