This repository contains 3 beginner-level games built using Python's Turtle module. Each game is structured with object-oriented programming for clean, modular code. Control the snake using arrow keys ...
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.