Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.15 KB

File metadata and controls

33 lines (18 loc) · 1.15 KB

SnakeByte

A Snake Game Developed using Python

Description

A Python-based Snake game where the snake's length and score increment upon apple consumption, with game termination triggered by boundary collision detection.

Getting Started

Dependencies

  • Install Pygame Package

Installing

  • Clone the Repo and install the Pygame Package and you will be set

Executing program

Run the program to open a new window displaying the game screen, where you can control the snake, eat apples to score points, and avoid hitting the boundaries to keep playing.

Authors

Contributors' names and contact info

Version History

  • 0.1
    • Initial Release