Python Snake Game

1. Basic Features

You are expected to implement a variant of the classic snake game written in Python. The game utilizes the tkinter library to create a graphical user interface, providing an intuitive user interaction experience. Players control a snake moving on the screen, eating the food to grow in length while avoiding collisions with walls and themselves. The game should support the following features:


2. Advanced Features

Note that you can earn 90% of the scores by finishing all three projects with the only basic features. That is to say, to get a higher score, you may want to consider adding some advanced features: (Please pick some features from the followings. The corresponding bonus scores will be added to your final score, and the upper bound of your final score is 100 pts. That's to say, you can get at most 100 pts by picking two 5 pts features or one 10 pts feature.)


3. Submission

Submission should be made at the blackboard system. You need to submit:


4. Resources

Please use some resources below for finishing your projects: