Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 260 Bytes

pygame-snake

Snake made in Python using Pygame.
This is my first pygame project, i think it ended quite well (ty gh copilot 🙏)

setup

  • Make sure you have pygame installed
  • Run main.py

issues

  • Doesn't end game when snake head touches body.