This is a recreation of the classic Pong arcade game using Python and the turtle graphics module. The game is built using object-oriented programming concepts and includes bouncing ball logic, score ...
Game controlled using keyboard arrows for movement of caterpillar. Objective is to score maximum points by eating the leafs appearing on the screen without hitting the boundary walls.