Snake game in python using pygame
git clone https://github.com/kuruma99/Snake.git
cd Snake
python3 snake.py
- python3
- pygame
- This game uses pygame framework
- It is based on object oriented style of programming
- The code is well documented for newbies to understand