Squidanomics Game Bot
  • Welcome 🦑🎮💰
  • Getting Started
    • 📄Registration
    • 🙍Profile
  • Basics
    • 📖Game Menu
    • 🚪Lobbies
    • 🎮Multiplayer Games
      • 🎲Dice
      • 🏃Emoji Race
      • 💣Bomb Defusal
      • 🤥Liar Liar
      • 🎳Bowling
      • 🔴Connect Four Game
    • 🎟️Admins
    • ⛓️Links & Commands
Powered by GitBook
On this page
  • 1. Game Setup
  • 2. Race Track and Emojis
  • 3. Race Mechanics
  • 4. Rendering the Race
  • 5. Race Updates
  • 6. Determining the Winner
  • 7. Winning and Payout
  • 8. Game Conclusion
  1. Basics
  2. Multiplayer Games

Emoji Race

PreviousDiceNextBomb Defusal

Last updated 4 months ago

The Emoji Race Game in Squidanomics Game Bot is a thrilling multiplayer game where players race their assigned emoji along a virtual track. The objective is simple—be the first emoji to cross the finish line! With engaging visuals and real-time updates, this game offers an exciting blend of fun and randomness. Below is a detailed explanation of how the Emoji Race Game works, from race setup to determining the winner.

🎮 Game Flow

1. Game Setup

  • Players join a game lobby and set their wager amount in BNB, SQUID, or USDT.

  • Once the required number of players join, the race begins, and each player is assigned a unique emoji to represent them in the race.


2. Race Track and Emojis

  • The race track consists of 30 units, with the finish line at the 30th unit.

  • Each player is assigned a random emoji (🏀, ⚽,🏈,⚾,🎾,🏐,🏉,🎱,🥎,🏓) that represents their position in the race.

  • Emojis are shuffled for each race to ensure every game has a unique set of representations.


3. Race Mechanics

  • The race progresses in intervals of 3 seconds. During each interval, every emoji moves forward by a random number of steps (between 0 and 2 units).

  • The bot continuously updates the race track in the chat, showing each emoji’s current position.

  • Players can watch their assigned emoji move across the track, adding to the excitement.


4. Rendering the Race

  • The bot uses a function to generate a textual representation of the race track, showing the current position of all emojis.

  • The track is divided into lanes, and each emoji moves across these lanes toward the finish line.

  • The bot pins the race message in the chat to keep all participants updated on the progress.


5. Race Updates

  • The race state is updated continuously and displayed in real-time.

  • If an update fails (due to Telegram API limits), the bot retries the update with exponential backoff to prevent hitting rate limits.

  • All participants receive real-time notifications about the race’s progress, keeping everyone engaged.


6. Determining the Winner

  • The race continues until at least one emoji crosses the 30th unit (finish line).

  • The player whose emoji crosses the finish line first is declared the winner.

  • Tie Scenario:

    • If multiple emojis reach the finish line at the same time, the winner is determined by the highest position achieved during the race.


7. Winning and Payout

  1. Winner Announcement:

    • Once a winner is determined, the bot sends a special congratulatory message, including a GIF to announce the winner.

  2. Prize Calculation:

    • The total prize pool is calculated by deducting a 10% commission from the total wagered amount.

    • The remaining 90% of the prize pool is awarded to the winner.

  3. Payout Execution:

    • The bot distributes the prize to the winner, and their stats are updated to reflect the victory and the amount won.


8. Game Conclusion

  • After the game concludes, the bot unpins the race message from the chat.

  • A log message is sent to the designated admin log channel with details of the game, including:

    • Game ID

    • Winner

    • Amount won

    • Winner’s balance before and after the game


🏁 Conclusion

The Emoji Race Game in Squidanomics Game Bot is a fast-paced, fun, and unpredictable racing game where players compete using emojis on a virtual track. With its simple mechanics, engaging visuals, and real-time updates, the game offers a fair and entertaining experience for everyone. Whether you’re a seasoned player or just starting, the Emoji Race Game guarantees an exciting atmosphere and the chance to win big! 🌟🚀

🎮
🏃