Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.02 KB

Advanced snake 🐍

GitHub release (latest by date) Pygame Python Genre License: MIT

A snake game with added functionalities made in python with PyGame

Quick start

(This game was made in python 3.12 with pygame 2.5.1, if you use other version there might be some issues)

Clone the repo

git clone https://github.com/LucernaSancta/advanced_snake.git
cd advanced_snake

Downaload the required libraries

pip install -r requirements.txt

Execute the 'main' file

python main.py

Features

  • Local multiplayer
  • Custom textures
  • Cutom walls
  • Cutom food

Documentation

You can consult the documentation for more information on customazing your game and using its full potential