Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 417 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 417 Bytes

snake_game

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.

dependencies

snake_game.py uses pygame module. Install pygame module using command given below.

sudo pip install pygame

Screenshot

snake_game