An open API service indexing awesome lists of open source software.

https://github.com/hasanyahya101/snake-pygame

A simple age old classic version of snake game. You can control the snake using the arrow keys and try to eat the food and increase your score. If the snake hits himself or the boundary wall, user dies and the game is restarted.
https://github.com/hasanyahya101/snake-pygame

executable game github graphic nuitka pip project pygame python sdl2 snake snake-game sound

Last synced: 2 months ago
JSON representation

A simple age old classic version of snake game. You can control the snake using the arrow keys and try to eat the food and increase your score. If the snake hits himself or the boundary wall, user dies and the game is restarted.

Awesome Lists containing this project

README

        

# Snake Game (Python)

## Introduction

A simple age old classic version of snake game. You can control the snake using the arrow keys and try to eat the food and increase your score. If the snake hits himself or the boundary wall, user dies and the game is restarted.

## Requirements
Python and it's library `pygame` is required to run the program. You can install pygame using the following command:

```cmd
pip install pygame
```
## Releases
The release contains executable files that can be run to play the game. The executables are compiled for Windows (x64), Linux (kali-linux) and MacOS.
## Preview
![Screenshot 2024-06-13 004847](https://github.com/HasanYahya101/Snake-Pygame/assets/118683092/61d5b10d-a330-4c3e-b89f-0931bc4e1e41)
![Screenshot 2024-06-13 004915](https://github.com/HasanYahya101/Snake-Pygame/assets/118683092/73ec43f0-b064-49f4-b311-9f1f11690a74)