A fun and simple typing game where alphabets appear on an apple, and the player must press the correct key to score points! The goal is to score as much as possible in 60 seconds.
Click Here to Play Now
- Click the Start button.
- An alphabet will appear on the apple.
- Press the correct key on your keyboard that matches the alphabet.
- If correct, your score increases and a slash sound plays.
- You have 60 seconds to score as many points as you can!
- Click Reset anytime to restart the game.
- HTML
- CSS
- JavaScript
Fruit-Slasher/
│
├── index.html # Game layout and structure
├── style.css # Styling and animations
├── script.js # Game logic and interactivity
├── apple.png # Apple image for the game
├── slash.mp3 # Sound played on correct key press
├── background.jpg # Background image for container
├── Screenshot.png # Screenshot of the game
└── README.md # You're reading it!
- Dynamic random letter generation
- Real-time score updates
- 60-second countdown timer
- Responsive styling
-
Clone the repo:
git clone https://github.com/yourusername/alphabet-slicer.git cd alphabet-slicer
-
Open
index.html
in your browser. -
Play and enjoy!