Skip to content

Tedkata/pygame-python-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Saturday night skills refreshing!

pygame-python-snake-game

Pygame Snake Game

A classic Snake game implemented in Python using the Pygame library. It's a simple yet fun project to refresh your Python and game development skills!

Gameplay Demo

Features

  • Control a snake using arrow keys to eat food and grow in size.
  • The game speeds up as the snake grows longer, making it more challenging.
  • Game ends if the snake collides with itself or with the game boundaries.
  • Score counter keeps track of the number of food items eaten.

Installation

  1. Make sure you have Python 3.x installed.
  2. Install Pygame library using pip:
  3. Clone this repository:
  4. Navigate to the project directory:
  5. Run the game:

How to Play

  • Use the arrow keys to control the movement of the snake.
  • Eat the food (red squares) to grow longer.
  • Avoid colliding with the snake's own body or with the game boundaries.
  • Try to achieve the highest score possible!

Inspiration

This project was inspired by the classic Snake game, a popular arcade game from the late 1970s. It's a great way to practice Python programming and game development skills while having fun!

Credits

  • Built with Python
  • Graphics and game development using Pygame

About

Saturday night skills refreshing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages