Skip to content

Joe-BN/Snake-Game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake-Game-

Image

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:

  • Both Python and pip installed
  • Make sure to install the imported librarys (pygame and sqlite)
  • Git

Procedure (terminal):

  • Create a folder Snake_Game and cd into 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:

Image

Enjoy : )

About

Snake game with out touch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages