https://github.com/khaled-alselwady/count-repeated-digits
🧠🔢 Test your skills with "Count Repeated Digits"! Can you spot the numbers in time? ⏱️
https://github.com/khaled-alselwady/count-repeated-digits
angular css dependency-injection deployment html javascript responsive-web-design templates typescript ui-components ui-design web website
Last synced: 18 days ago
JSON representation
🧠🔢 Test your skills with "Count Repeated Digits"! Can you spot the numbers in time? ⏱️
- Host: GitHub
- URL: https://github.com/khaled-alselwady/count-repeated-digits
- Owner: khaled-alselwady
- Created: 2024-08-23T21:42:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-26T00:01:43.000Z (about 1 year ago)
- Last Synced: 2024-11-15T17:16:54.678Z (11 months ago)
- Topics: angular, css, dependency-injection, deployment, html, javascript, responsive-web-design, templates, typescript, ui-components, ui-design, web, website
- Language: TypeScript
- Homepage:
- Size: 224 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Count Repeated Digits
**Count Repeated Digits** is an interactive web application where users can test their observation skills by counting how many times a specific digit appears in a grid of random numbers. The game includes various difficulty levels, making it both challenging and fun.
## Features
- **Difficulty Levels**: Choose from multiple difficulty settings to adjust the complexity of the game.
- **Timed Challenges**: A timer is included to add urgency to the task, making it more engaging.
- **Instant Feedback**: Get immediate feedback on your guess to see if you're correct.
- **Responsive Design**: The application is fully responsive and works smoothly on all devices.## Live Demo
You can view and play the game live by visiting the following link:
[Count Repeated Digits](https://zingy-meerkat-b83024.netlify.app/)## Setting Up
To get started with this repository:
1. Clone the repository to your local machine.
- `git clone https://github.com/dev-khaled-yousef/count-repeated-digits.git`2. Install dependencies using npm.
- `npm install`
This will install all necessary packages and dependencies required for the Angular project.3. Start the development server.
- `npm start`
This command will compile the application and open it in your default web browser. If it doesn't open automatically, you can navigate to [http://localhost:4200/](http://localhost:4200/) in your browser.## Usage
- **Select Difficulty**: Choose the difficulty level (Easy, Medium, or Hard) to adjust the number of digits and the grid size.
- **Count Digits**: Look at the grid and count how many times the specified digit appears.
- **Submit Guess**: Enter your guess in the input box and click "Submit" to see if you’re correct.
- **Reset Game**: Click "Reset" to start a new round with different digits.Feel free to contribute to the project by opening issues or submitting pull requests. For any queries, contact us at `khalidsliman2014@gmail.com`.