This project utilizes the power of pygame to render items and handle their interaction to make a Snake game with our touch 🌚
Kept the code sequential, so it's friendly for beginners getting into programming.
Features include:
-
Base player (player 01): just like any other snake game
-
Difficulty levels (easy, medium, hard and Asian 😂)
-
High score storage in a database (mighty convenient)
-
✨ Multiplayer mode ! 💎✨
(All configured in code to be easy to modify)
For those interested in moding the game: Pre requirments:
Procedure (terminal):
- Create a folder
Snake_Gameandcdinto it;$ mkdir Snake_Game $ cd Snake_Game/ - Clone this repository to local machine:
$ git clone https://github.com/Snake-Game $ ls
- List the files in the directory and run the program in terminal using
python3
-> When you run $ tree . while inside Snake Game/ , it should display this:
Enjoy : )

