Fruits Slicing Game
This interactive web game challenges players to slice falling fruits with their mouse cursor.
- Start/Reset Game: Initiate or reset the game session.
- Score: Keeps track of the player's score.
- Trials Left: Displays remaining chances to play.
- Fruit Slicing: Slice fruits by hovering over them with the cursor.
- Game Over: Indicates the end of the game session.
- Sound Effects: Plays a sound effect when slicing fruits.
- index.html: HTML file containing the game interface.
- styling.css: CSS file for styling the game elements.
- jquery.js: JavaScript file handling game logic and interactivity.
- HTML5: Structure of the web page.
- CSS3: Styling the game elements.
- JavaScript (jQuery): Implementing game logic and interactivity.
- jQuery UI: Styling for smooth user interface elements.
- Click the "Start Game" button to begin.
- Move your cursor to slice falling fruits.
- Each sliced fruit earns you points.
- You have limited chances to play, indicated by hearts.
- The game ends when all chances are used up.
- Click "Reset Game" to start a new session.
Credits: This code was created by Raj Narayanan