Skip to content

AllenJonathan/Snake

Repository files navigation

Snake

Snake game built using pygame.

To play this game on your device enter the following commands on your terminal.

Note: You should have python and pip installed already on your OS.

Without git installed

  • Download ZIP file of the code and extract its contents.
  • run pip install pygame in terminal
  • run python main_menu.py in the project directory

With git installed

Fork this repository and use:

  • git clone https://github.com/YourGithubUsername/Snake.git
  • pip install pygame
  • python main_menu.py in the project directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages