Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explosive bombs along with edibles in the game #134

Closed
10 tasks done
SoumyadevSaha opened this issue Oct 25, 2023 · 1 comment · Fixed by #136
Closed
10 tasks done

Add explosive bombs along with edibles in the game #134

SoumyadevSaha opened this issue Oct 25, 2023 · 1 comment · Fixed by #136
Assignees
Labels
enhancement ✨ New feature or request slop3.0 SLoP 3.0 Open Source Program

Comments

@SoumyadevSaha
Copy link
Contributor

SoumyadevSaha commented Oct 25, 2023

Prerequisites

  • I am an Open Source Contributor
  • I checked to make sure that this issue has not already been filed

Description

Feature Enhancement @ SloP 3.0

I've made an enhancement to the "Click The Edible Game" by introducing bombs and lifelines to the game. Currently, the game is about clicking as many edibles as possible within a set time frame. This enhancement adds a new challenge to the game.

Proposed Changes

  • Introduce bombs as a part of the game.
  • Limit the number of active bombs on the screen at any given time (MAX_number of bombs).
  • When a user clicks an edible, there's a 50% chance a new bomb appears, provided the number of active bombs is below the maximum limit.
  • Bombs have a limited lifespan, and if they are not clicked within a certain time, they disappear.
  • Set a rule that if a user clicks on 3 bombs, the game is over, regardless of the remaining time on the timer.
  • Implement UI elements to display the number of lives left.
  • Integrate new sound and animation on bomb explosion.

Motivation

This change adds an exciting twist to the game by introducing the risk of bombs. Players need to balance clicking edibles for points and avoiding bombs to stay in the game. It adds an element of strategy and challenges players to manage their moves effectively.

Additional Notes

Please review this enhancement request, and if it aligns with the project's goals and standards, I'd be happy to create a pull request to implement these changes. Your feedback and guidance are highly appreciated.

Screenshots

Screen Shot 1

issue2_1

Screen Shot 2

issue2_2

Screen Shot 3

issue2_3

Code of Conduct

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request slop3.0 SLoP 3.0 Open Source Program labels Oct 26, 2023
@Rakesh9100
Copy link
Owner

Assigned @SoumyadevSaha Proceed!!

@Rakesh9100 Rakesh9100 changed the title Enhancement: Add explosive bombs along with edibles in the game Add explosive bombs along with edibles in the game Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request slop3.0 SLoP 3.0 Open Source Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants