10000 GitHub - bennyscripts/pygame-snake: Snake made in Python using Pygame.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bennyscripts/pygame-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.
0