This is a classic Snake type of game made in Python.
Use the package manager pip to install a few packages.
pip install turtle
pip install scoreboardIt is capable to store the highest score and keep it displayed on the screen. The difficulty of the game can be raised by accelerating the speed of the snake.
MOVE_DISTANCE = 20Store and display a top of the highest scores, allowing the user to input his/hers name in 3 letters, to respect the classic arcade design.

