A snake game with added functionalities made in python with PyGame
Any reference to: politics, culture and sexuality is purely for entertainment purposes, we do not take any position or discriminate, this project is open to everyone of any side, we are all programmers, artists or simply open suerce enjoiers, lets all stay united under the open suerce and collaboration flag.
(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
At this point you can access the main menu with
python main_menu.py
Or you can directly play the game with
python main.py
- Local multiplayer
- Online multiplayer
- Custom textures
- Cutom walls
- Cutom food
- Different snakes speeds
Easely create custom maps by simply clicking on the screen, learn how with the map creator docs
You can consult the documentation
for more information on customazing your game and using its full potential