Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.53 KB

Python-Snake-Game

Used to be a stupid pun I made. Now it's a stupid game I made for my high school senior year final project.

Versions used:

  1. Python 3.8.6
  2. Pygame 1.9.6
  3. MySQL 8.0.22
  4. mysql-connector-python 8.0.22

You must have MySQL installed and set up for this to work.

Clone this repo to your local directory and launch the main Game.py file.

This project was originally coded in Windows 10 so there might be a few hiccups to work out regarding directory paths and whatnot if deployed on another OS. Also, pardon the messy spaghetti-code, I wrote this as a highschooler ignorant of proper OOP and code distribution practices. If you're interested in learning about my process of creating the game, check out: https://aaqel.xyz/python-the-game/