Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.65 KB

File metadata and controls

51 lines (41 loc) · 1.65 KB

PySnake

Snake game made in python Screenshot 2021-05-31 at 19 53 48

Tables of Contents

Background

I wanted to practice using python as well as wanting to make a snake game, so...I made a snake game in python...

Images

IMG_2113

Technologies

  • Python
  • PyGame library

Setup

Make sure that you have the latest version python and pip installed on your device. You can downloaad that latest python distribution at downloads link. Note: From python 3.4 onwards pip is included by default

Running the project

Download the project code. Then cd or open the project folder in terminal nad enter the command:

pip install -r requirements.txt

Then enter

python PySnake.py

Testing

No automated testing exist, but the app has been manually tested through use.

Project Shortcomings

There is no automated Testing.

Things Learned

  • Learn how to use python and the pygame library to make a game. Before this project I had only use python for a Big Data course.