Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 321 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 321 Bytes

snake_game_project

A classic Snake game implemented in Python using the library. The player controls a snake that moves around a grid, attempting to eat food while avoiding the walls and its own body. The game features basic gameplay mechanics, including direction controls, score tracking, and game over functionality