Skip to content

Latest commit

 

History

History

Beyblade

Beyblade Battle Game

Description

This Beyblade battle game is developed using HTML, CSS, and JavaScript. The game simulates a spinning battle between two Beyblades, where players can launch their Beyblades and compete to earn a high score and determine the winner.

How to Play

To play the Beyblade game, follow these steps:

  1. Player Setup:

    • Enter the desired values for Stamina, Defense, and Attack for both Player 1 and Player 2.
    • These values determine the performance of each player's Beyblade during the battle.
  2. Launch Battle:

    • Click the "Launch Battle" button to start the battle.
    • The Beyblades will spin based on their stats, and a winner will be determined based on their overall performance (score calculation).
  3. Winning Conditions:

    • The player whose Beyblade has the higher score at the end of the battle wins.
    • Scores are calculated based on a combination of Stamina, Defense, and Attack values.
  4. Game End:

    • The game ends when one of the Beyblades' stamina reaches zero.
    • The result will be displayed, indicating the winner or if it's a draw.

Functionalities

The game includes the following functionalities:

  • Players can input values for Stamina, Defense, and Attack for both Player 1 and Player 2.
  • Beyblades spin based on their stats after the "Launch Battle" button is clicked.
  • Scores are calculated dynamically based on the performance of each Beyblade.
  • The game determines and displays the winner based on the calculated scores.
  • The interface is designed to be responsive and works seamlessly on various screen sizes.

Technologies Used

  • HTML
  • CSS
  • JavaScript