Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bopally committed Oct 17, 2024
1 parent 119776c commit e53b117
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

## Description

Cookie Game is built with web technologies (html,css, js)
Cookie Game is an interactive web-based game, built using HTML, CSS, and JavaScript, where players navigate a cookie character to collect ingredients for a recipe while avoiding obstacles.

![Cookie Game - Instruction Screenshot](./Images/Instructions%20Cookie-Game.png)
![Cookie Game - Victory Screenshot](./Images/Victory%20Cookie-Game.png)
![Cookie Game - Game Over Screenshot](./Images/Game-Over%20Cookie-Game.png)

## How to play

As a player, you will have to move your cookie to left and right to collect the elements to make a cookie receipe!
Be carreful, some obstacle will come from the sky and you have to avoid them to not lose a life. Collect all elements to make the recipe!
- **Objective:** Move the cookie character _left and right using the arrow keys_ to collect all the necessary ingredients for the recipe displayed on the screen.
- **Avoid Obstacles:** Beware of obstacles falling from the sky! If you hit them, you lose a life. Keep an eye on your life counter, represented by hearts.
- **Life Management:** You start with _3 lives_. You lose a life if you touch the flames or if you collide with an ingredient that has already been collected.
- **Use the Shield:** Press the _space bar_ to activate a shield that temporarily protects the cookie from the fire only. The shield lasts for 5 seconds and takes 10 seconds to recharge. Use it wisely!
- **Complete the Recipe:** Successfully gather all required ingredients to complete the recipe and win the game! 🤩

## Demo

TBD

## Further Improvements

TBD
https://bopally.github.io/cookies-game/

0 comments on commit e53b117

Please sign in to comment.