This is just a recreation of ping pong made in Python. and it only took me 1 week to create the entire project!
Controls: -hold w to go up -hold s to go down -A dash ability by pressing Q. This has a cooldown of 2 seconds.
Some other things: -The bot will always move the current y coordinates from the ball. But that doesn't mean that the bot never misses, the bot will eventually miss, the faster the ball is.
-The ball will increase in speed the more it bounces from the paddles, and resets back to base speed if it scores.
The game is very self explanatory, you just try to get 6 points to win, and if the bot reaches 3 points, you lose. Good luck!