Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 929 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 929 Bytes

Snake In Python

Snake In Python is a version of the popular game snake written in python!

Getting Started

In order to get started git clone this project in a directory using the command:

git clone https://github.com/subpanda101/SnakeInPython

You should open the game with these commands.

python3 SnakeMachineLearning.py

Prerequisites

In order to get the game running you will need to install these python packages.

pygame

This can be installed with the following command.

sudo pip3 install pygame

Authors

  • Brandon - Lee Dodds - Creator of the project. - subpanda101

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details