Alphabet Clicker is an engaging, educational game where players click on letters of the alphabet to score points. It helps improve letter recognition and typing skills in a fun, interactive way.
You can try out the game by opening the index.html
file in your web browser.
- Alphabet Buttons: Clickable buttons representing each letter of the alphabet.
- Scoring System: Earn points for each letter clicked.
- High Score Tracking: Automatically saves and displays the highest score using local storage.
- Reset Functionality: Reset the score and restart the game at any time.
- Clone the repository or download the zip file.
git clone https://github.com/your-username/alphabet-clicker.git
- Navigate to the project directory.
cd alphabet-clicker
- Open the index.html file in your favorite web browser to start playing.
-
Click on the letters of the alphabet to score points.
-
Your current score is displayed at the bottom.
-
Your highest score is saved and displayed even after refreshing the page.
-
Click the "Reset" button to reset your score and restart the game.
You can easily customize the game by modifying the following files:
-
styles.css: Change the appearance of the buttons, background, and layout.
-
script.js: Adjust the game logic, such as adding a timer, changing the score increment, or introducing levels.
HTML: Structure and layout of the game.
CSS: Styling and appearance of the game interface.
JavaScript: Game logic, scoring system, and interactivity.
JSON: Basic configuration and potential for high score tracking.
This project is licensed under the MIT License