Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.1 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.1 KB

Alphabet Clicker Game

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.

Table of Contents

Demo

You can try out the game by opening the index.html file in your web browser.

Features

  • 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.

Installation

  1. Clone the repository or download the zip file.
    git clone https://github.com/your-username/alphabet-clicker.git
    
  2. Navigate to the project directory.

cd alphabet-clicker

  1. Open the index.html file in your favorite web browser to start playing.

How to Play

  1. Click on the letters of the alphabet to score points.

  2. Your current score is displayed at the bottom.

  3. Your highest score is saved and displayed even after refreshing the page.

  4. Click the "Reset" button to reset your score and restart the game.

Customization

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.

Technologies Used

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.

Result

image

License

This project is licensed under the MIT License