Skip to content

A snake game with added functionalities made in python with PyGame

License

Notifications You must be signed in to change notification settings

LucernaSancta/advanced_snake

Repository files navigation

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
  • Snakes different speeds

Map creator tool

Easely create custom maps by simply clicking on the screen, learn how with the map creator docs

Documentation

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