ChristosHadjigeorghiou1996 / PySnakey

Traditional Snake game with Pygame (Python)
MIT License
0 stars 0 forks source link

PySnakey Documentation

Introduction

Traditional snake game written in pygame with Python 3.11.9

Instructions

1) Create a python environment: python -m venv NAME_OF_VENV. 2) Activate the environment: source NAME_OF_VENV\bin\activate or NAME_OF_VENV/Scripts/activate depending on OS 3) Install the required dependancies: pip install -r requirements.txt. 4) Start the game: python snake_game.py 5) Enjoy!

Features

Main menu screenshot

Game modes