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

Create Egg_Catcher_Game.py #1

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Create Egg_Catcher_Game.py #1

merged 1 commit into from
Oct 4, 2024

Conversation

PasamTharun
Copy link
Owner

@PasamTharun PasamTharun commented Oct 4, 2024

This is a simple egg-catching game built using Python and the Tkinter library. The player controls a catcher to catch falling eggs, scoring points for each successful catch while trying to avoid losing lives. The game increases in difficulty as time progresses.

Pull Request for PyVerse 💡

Issue Title :

  • Info about the related issue (Aim of the project) :
  • Name: Pasam Tharun
  • GitHub ID: PasamTharun
  • Email ID: tpasamtharun@gmail.com
  • Idenitfy yourself: GirlScript Summer of Code 2024 Contributor

Closes: UTSAVS26#58

Describe the add-ons or changes you've made 📃

  • Added a scoring system that tracks and displays the player's score in real-time.
  • Implemented a lives system that deducts lives for each missed egg and ends the game when all lives are lost.
  • Increased the difficulty of the game by adjusting the speed and frequency of falling eggs based on the player's score.

How it Works

image

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

  • The game has been tested for functionality, ensuring that the scoring and lives systems work as intended.
  • Verified that the difficulty adjustments function correctly without causing game crashes or unexpected behavior.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

This is a simple egg-catching game built using Python and the Tkinter library. The player controls a catcher to catch falling eggs, scoring points for each successful catch while trying to avoid losing lives. The game increases in difficulty as time progresses.
@PasamTharun PasamTharun added good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 4, 2024
@PasamTharun PasamTharun merged commit f9b1aa4 into main Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Add Beginner-Level Python Projects
1 participant