https://github.com/rakesh9100/click-the-edible-game
A well-designed interesting game made using HTML, CSS, and JS where you can play with your favourite edible and click it to get the most scores.
https://github.com/rakesh9100/click-the-edible-game
game hacktoberfest hacktoberfest2k22 iwoc2024 jwoc2k23 jwoc2k24 open-source open-source-development open-source-project project slop2k23 swoc2024 web-development
Last synced: 7 months ago
JSON representation
A well-designed interesting game made using HTML, CSS, and JS where you can play with your favourite edible and click it to get the most scores.
- Host: GitHub
- URL: https://github.com/rakesh9100/click-the-edible-game
- Owner: Rakesh9100
- License: apache-2.0
- Created: 2022-09-14T18:06:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T06:55:57.000Z (10 months ago)
- Last Synced: 2025-03-31T11:02:08.282Z (7 months ago)
- Topics: game, hacktoberfest, hacktoberfest2k22, iwoc2024, jwoc2k23, jwoc2k24, open-source, open-source-development, open-source-project, project, slop2k23, swoc2024, web-development
- Language: HTML
- Homepage: https://click-the-edible-game.netlify.app
- Size: 42.7 MB
- Stars: 30
- Watchers: 3
- Forks: 70
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING_GUIDELINES.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
✨Click-The-Edible-Game✨
[](https://github.com/ellerbrock/open-source-badges/)












Table of Contents🧾
- [Introduction📌](#introduction)
- [Technology Used🚀](#technology-used)
- [Overview⭐](#overview)
- [Getting Started💥](#getting-started)
- [Contributing Guidelines📑](#contributing-guidelines)
- [Code Of Conduct📑](#code-of-conduct)
- [Project Admin⚡](#project-admin)
- [Contributing is fun🧡](#contributing-is-fun)Introduction📌
A well-designed interesting game made using HTML, CSS, and JS where you can play with your favorite edible and click on it to get the highest score.
- There are five categories - Fruits, Vegetables, Sweets, Snacks, and Bakery Products. Click on your favorite edible to start the game.
- You can choose how much time you want to spend on one edible.
- Timer, Score and Lives ❤️ count are shown on the screen.
- Clicking on one edible will increase your score by 1.
- Clicking on a rotten 🤢 edible will decrease the score by 1.
- Clicking on a bomb 💣 will decrease your lives count by 1.
- When the time is over or all of your `3` lives are exhausted, it's game over, and the final score will be shown.
- All the scores are stored until you remain on the game i.e, before you refresh/reload/close the page.
- High Score, along with all the scores are shown sorted in descending order.
- You can either click on the refresh button or return to home to select a new edible.Technology Used🚀
Overview⭐
Live Project -- (https://click-the-edible-game.netlify.app/)
Landing Page :-

Home/Main Page :-

Instructions Box :-

Selection of Edible Page :-



Choose GamePlay Time Box :-

Playing Screen :-

Dark Mode :-

Rotten Edibles :-

Play/Pause/Restart Box :-

High Score/Your Scores Box :-

Local Installation📹
[Click-The-Edible-Game](https://github.com/rahat2134/Click-The-Edible-Game/assets/136263179/cafdf750-401e-4456-8f76-f9c2fd076cb3)
Getting Started💥
- Fork this Repository.
- Clone the forked repository in your local system.
```
git clone https://github.com//Click-The-Edible-Game.git
```
- Open `index.html` in your browser.
- View the [Live Project](https://click-the-edible-game.netlify.app/) here.
- Raise an issue if you find a bug or add a feature.
- Wait for the issue to be assigned and proceed only after the issue is assigned to you.
- Navigate to the project directory.
```
cd Click-The-Edible-Game
```
- Create a new branch for your feature.
```
git checkout -b
```
- Perfom your desired changes to the code base.
- Track and stage your changes.
```
# Track the changes
git status# Add changes to Index
git add .
```
- Commit your changes.
```
git commit -m "your_commit_message"
```
- Push your committed changes to the remote repo.
```
git push origin
```
- Go to your forked repository on GitHub and click on `Compare & pull request`.
- Add an appropriate title and description to your pull request explaining your changes and efforts done.
- Click on `Create pull request`.
- Congrats! 🥳 You've made your first pull request to this project repo.
- Wait for your pull request to be reviewed and if required suggestions would be provided to improve it.
- Celebrate 🥳 your success after your pull request is merged successfully.Contributing Guidelines📑
Read our [Contributing Guidelines](https://github.com/Rakesh9100/Click-The-Edible-Game/blob/main/.github/CONTRIBUTING_GUIDELINES.md) to learn about our development process, how to propose bugfixes and improvements, and how to build to Click-The-Edible-Game.
Code Of Conduct📑
This project and everyone participating in it is governed by the [Code of Conduct](https://github.com/Rakesh9100/Click-The-Edible-Game/blob/main/.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
This repo has been part of the following Open Source Programs🥳
Project Admin⚡
Project Contributors🫂
Contributing is fun🧡
[](https://forthebadge.com)
Contributions of any kind from anyone are always welcome🌟!!
Give it a 🌟 if you ❤ this project. Happy Coding👨💻