Skip to content

This is a Python game built with the Pygame library that allows players to control a snake and eat food while avoiding bombs.

Notifications You must be signed in to change notification settings

Quadrifolo/snakegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Pygame Snake Game

A simple Snake game created using Pygame.

Instructions

  1. Install Pygame using pip install pygame
  2. Run the snake.py file
  3. Press Space to start the game
  4. Use the arrow keys to move the snake and collect the food
  5. Avoid the bombs that appear after eating the food
  6. The game ends when the snake collides with a bomb

Requirements

  • Python 3.x
  • Pygame

Gameplay

Gameplay Gif

Credits

About

This is a Python game built with the Pygame library that allows players to control a snake and eat food while avoiding bombs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages