You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scorekeeper is a small web program that can be used to keep scores in a tennis/ping-pong game. It's designed such that custom game points can be set, deuce situations are handled and the winner is declared when game point has been reached.
This is a simple implementation of the classic arcade game Pong using Python's Turtle graphics library. Players control paddles to hit a ball back and forth across the screen, scoring points when the opponent misses. Enjoy some nostalgic fun with this recreation of a timeless classic!