This is just a simple classic "snake & fruit" game that mostly everyone would know it. This game is constructed using Pygame library (https://www.pygame.org/) and is written in Python. The executable file of this game is generated by Pyinstaller (https://pyinstaller.org/).
Download the whole project and click on "game.exe" inside the game folder and the game will be automatically lauched.
Control the snake to eat the fruit. Eat 1 fruit raise the score by 10. Use arrow key to direct the snake, and don't let it crashes to the wall.