Abdur-rahmaanJ / hooman

~ pygame for humans (pip install hooman) (p5js api) (63k+ downloads)
https://abdur-rahmaanj.github.io/hooman/gallery
MIT License
48 stars 45 forks source link

ball_catcher_game #77

Closed MaheshGit0420 closed 11 months ago

MaheshGit0420 commented 11 months ago

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.