Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
/ snake Public archive

This Snake Game in Python is a classic arcade-style game where the player controls a snake using arrow keys. The objective is to eat food without colliding with the wall or the snake's own body. The game saves the high score and displays it on the screen.

Notifications You must be signed in to change notification settings

georgebarr/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game in Python

Status: Archived

This is a simple Snake game written in Python, where the user can control the snake with the arrow keys. The game saves the high score as a file on the user's computer and displays it on the screen during the game, and it is automatically updated.

How to Play:

  • Download or clone the repository to your computer
  • Run python main.py to start the game
  • Use the arrow keys to move the snake
  • The objective is to eat as much food as possible without colliding with the wall or the snake's own body
  • The game ends when the snake collides with the wall or its own body
  • The high score is saved as a file on the user's computer and displayed on the screen during the game.

Contributing:

Contributions are welcome! If you find any bugs or have suggestions for additional features, please open an issue or a pull request on this repository.

About

This Snake Game in Python is a classic arcade-style game where the player controls a snake using arrow keys. The objective is to eat food without colliding with the wall or the snake's own body. The game saves the high score and displays it on the screen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages