Skip to content

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.

License

Notifications You must be signed in to change notification settings

Hritik1503/Click-The-Edible-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Click-The-Edible-Game✨

Table of Contents🧾


Introduction📌

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.

  • It has two categories to select your favourite edible that are 5 Fruits and 5 vegetables.
  • Timer and Score are shown in the screen.
  • Clicking on one picture will increase your score by 1.
  • If irritated by playing with one edible, refresh the screen to select a new one and start playing.

Technology Used🚀

HTML CSS JS

(back to top)

Overview⭐

1

2

Let we select Watermelon Fruit :-

3

(back to top)

Getting Started💥

  • Fork this Repository.
  • Clone the forked repository in your local system.
git clone https://github.com/<your-github-username>/Click-The-Edible-Game.git
  • Open index.html in your browser.
  • View the Live Project 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 <your_branch_name>
  • 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 <your_branch_name>
  • 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.

(back to top)

Contributing Guidelines📑

Read our Contributing Guidelines 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. By participating, you are expected to uphold this code.

(back to top)

Project Admin⚡

Rakesh Roshan
Rakesh Roshan

Project Contributors🫂

Contributing is fun🧡

forthebadge

Contributions of any kind from anyone are always welcome🌟!!

Give it a 🌟 if you ❤ this project. Happy Coding👨‍💻

(back to top)

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.3%
  • CSS 13.0%
  • JavaScript 6.7%
  • Python 1.0%