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 Beginner-Level Python Projects #113

Merged
merged 3 commits into from
Oct 5, 2024
Merged

Conversation

PasamTharun
Copy link
Contributor

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 : Add Beginner-Level Python Projects

  • Info about the related issue (Aim of the project) : 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.
  • Name: Pasam Tharun
  • GitHub ID: PasamTharun
  • Email ID: tpasamtharun@gmail.com
  • **Idenitfy yourself: ** GirlScript Summer of Code 2024 Contributor

Closes: #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
Screenshot 2024-10-04 233143

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.
Copy link

github-actions bot commented Oct 5, 2024

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@github-actions github-actions bot requested a review from UTSAVS26 October 5, 2024 10:07
@UTSAVS26
Copy link
Owner

UTSAVS26 commented Oct 5, 2024

@PasamTharun please add proper comments for every function.

@PasamTharun
Copy link
Contributor Author

PasamTharun commented Oct 5, 2024 via email

@PasamTharun
Copy link
Contributor Author

PasamTharun commented Oct 5, 2024 via email

@UTSAVS26
Copy link
Owner

UTSAVS26 commented Oct 5, 2024

Yes

@PasamTharun
Copy link
Contributor Author

PasamTharun commented Oct 5, 2024 via email

Added Comments for each
@PasamTharun
Copy link
Contributor Author

PasamTharun commented Oct 5, 2024 via email

@UTSAVS26 UTSAVS26 merged commit c582584 into UTSAVS26:main Oct 5, 2024
@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Approved ✔️ PRs that have passed review and are approved for merging. level1 gssoc-ext hacktoberfest hacktoberfest-accepted labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest hacktoberfest-accepted level1 Status: Approved ✔️ PRs that have passed review and are approved for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Add Beginner-Level Python Projects
3 participants