This is the follow along code to the LinkedIn Learning course Building the Classic Snake Game with Python
. The full course is available from [LinkedIn Learning][lil-course-url].
This is a simple game developed in Python using the turtle module. The game involves a player-controlled turtle moving around the screen.
The game is controlled by the arrow keys. The player's goal is to move the turtle around the screen.
Built With Python - The programming language used. Turtle - The graphics library used. Authors - Oluchukwu Obi-Njoku