Jorgee97 / snake_game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake Game

Basic snake game created with python3 and Pygame

Screenshots

Alt Text

How to run

  • Create a virtual environment and activate it
# Windows
py -m venv .env
\.env\Scripts\activate

# Unix
python3 -m venv .env
source .env/bin/activate

  • Install the necessary packages
pip install -r requirements.txt
  • Run the program
python snake.py

About

License:MIT License


Languages

Language:Python 100.0%