This repository contains the classic snake game implemented in Python using Turtle for visualizations and game controls. The objective of this project was to become more familiar with using Turtle for environment/game visualizations.
- To run this code, use the command python3 run_snake.py
- Use arrow keys to control the direction of the snake
- Python 3.6 or higher