This repository contains the Ball Slice Game, a browser-based game where players slice round balls instead of fruit. The game is built using HTML, CSS, and JavaScript, providing an engaging and interactive experience for users.
- Ball Slicing Gameplay: Players can slice round balls that appear on the screen.
- Score Tracking: Each successful slice increases the player's score.
- Responsive Design: The game is playable on both desktop and mobile devices.
- Real-Time Interaction: Smooth slicing animations and real-time response to user input.
- HTML5: For structuring the game interface.
- CSS3: For styling the game elements and creating animations.
- JavaScript: For game logic, including ball movement, slicing interactions, and score tracking.
To run this game locally:
- Clone the repository:
git clone https://github.com/jctech111/fruit.github.io.git cd fruit.github.io