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

ball_catcher_game #77

Merged
merged 1 commit into from Nov 26, 2023

Conversation

MaheshGit0420
Copy link
Contributor

I have implemented a simple game using the Hooman library in Python. The game, named "BallCatcher," involves controlling a paddle with the left and right arrow keys to catch falling balls. The player gains points by successfully intercepting the balls and loses points for each ball that reaches the bottom of the screen. The game ends after five missed balls. The code has been optimized to provide a smooth sliding motion of the paddle in response to continuous arrow key presses.

Copy link
Owner

@Abdur-rahmaanJ Abdur-rahmaanJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very simple and nice game mechanics @MaheshGit0420 ! Congrats!

@Abdur-rahmaanJ Abdur-rahmaanJ merged commit f555524 into Abdur-rahmaanJ:master Nov 26, 2023
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.

None yet

2 participants