A snake game with added functionalities made in python with PyGame
(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
- Local multiplayer
- Custom textures
- Cutom walls
- Cutom food
You can consult the documentation
for more information on customazing your game and using its full potential