Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 585 Bytes

pygame-snake

SSnake

The classic snake game built using Python's pygame library.

alt text

How to Play

This game requires Python 3 and Pygame.

git clone https://github.com/joshi-b/pygame-snake.git
cd pygame-snake
python main.py
  • Control the snake using the arrow keys
  • Press P to pause (and P again to resume)

Assets