Building a Snake(Poke Ball) and Apple(Pikachu) game in python and pygame.
Snake gets longer as you eat pikachu and your score increases. if you hit any part of your body you will die.
In this project I followed along with the code to build this game, and to gain better knowledge of python and ways python can be used. After following the basics of this game I integrated my own ideas and theme to create my own version of the original snake game.
Code reference on Github