GoyalYatin / Snake-Pygame

Snake game using pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake-Pygame

A simple snake game created using pygame and python

Index

Screenshots

screenshots

Game Features

It has following features

  1. Scoring
  2. Pause
  3. Growing Snake
  4. Random food generation
  5. Wall hitting logic
  6. Self hitting logic

Features to come:

  • Sound and music
  • Mouse control and clickable button
  • Installer for the game
  • Android app of the game

Game Controls

Button
Move Left left
Move Right right
Move Up up
Move Down down
Pause game p
UnPause game c
Quit game q
Start game c

Setup

pip install -r requirements.txt

License

MIT license

About

Snake game using pygame

License:MIT License


Languages

Language:Python 100.0%