Simple Snake-game in python using pygame module
- python3 (sudo apt-get install python3)
- pygame module (pip3 install pygame)
Go to downloaded directory unzip and open folder open terminal Enter- python3 snake.py
Go to downloaded directory unzip and open folder open terminal Enter- sudo chmod +x snake.py
run- ./snake.py
- Save High Score
- Show current Score
- Show remaining attempt for eating food
- If food grasp speed then length of snake increase
- If unfortunately not grasp food speed then length decrease
- Score decide on basis of remaining attempt for each food
- Cheat Code : Press i for increment current score by 20 (i=increment) Press c for disable death of snake (c=cheating Enable) Press d for disable cheating (d=disable cheating)