Skip to content

CoataocCreate/Simple-Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Snake Game

This is a simple implementation of the classic Snake game using Python and Pygame.

How to Play

  • Use arrow keys to control the movement of the snake.
  • The objective is to eat as much food as possible to grow the snake.
  • The game ends if the snake collides with the walls or itself.
  • Press Q to quit the game when the game over screen is displayed.
  • Press C to play again after the game over.

Requirements

  • Python 3.x
  • Pygame library

Installation

  1. Clone this repository.
  2. Install Pygame library using pip install pygame.
  3. Run the game by executing the snake_game.py file.

Acknowledgements

This game is inspired by the classic Snake game and was created for educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages