Skip to content

IGNITE-Pathways/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Snake -- a fun game

Snake is one of the most iconic and nostalgic games from the early days of mobile gaming. Originally appearing on Nokia phones, it has since become a beloved classic that many aspiring programmers recreate as a learning exercise. Today, we'll walk through building a simple yet visually appealing version of the Snake game using Python and the Pygame library. Read more at https://www.ignitepathways.org/post/snake

Snake