Snake and Apple Game

Building snake and apple game in pygame and python

Snake and apple is a simple game where when snake eats an apple it gets longer and your score increases. If you snake hits any part of its body it will die.

Final source code is in main.py

Solution

Tool to convert python file to .exe

I used below tool to convert python file to .exe file

https://pypi.org/project/auto-py-to-exe/