PPedroso / Snake.py

Snake game in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake.py

Snake game in python using pygame

Purpose

The objective of this project is to get a better understanding of the Python programming language and the pygame module

How to start

  • Clone repo
  • Download pygame
  • Run python snake.py

Controls

  • Up arrow: Moves snake up
  • Down arrow: Moves snake down
  • Left arrow: Moves snake left
  • Right arrow: Moves snake right

Preview

Animation

About

Snake game in python


Languages

Language:Python 100.0%