Simple snake game based on pygame module. Snake eats apple and score get increase by 1. Use keyboard nevigation keys to control the snake movement.
snake_game.py uses pygame module. Install pygame module using command given below.
sudo pip install pygame