Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 378 Bytes

File metadata and controls

17 lines (14 loc) · 378 Bytes

Snake-Game

Snake game created using python and pygame

Requirements:

  • Python installed
  • Laptop/PC
  • Git (Optional)

Required commands to directly run the game in your computer:

git clone https://github.com/arnavnagpurkar/Snake-Game/
cd Snake-Game
pip install -r requirements.txt
python3 .\main.py

Follow @arnavnagpurkar