Skip to content

dalmamad/snake-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNAKE

forthebadge

This is a simple snake game made with python. Snake movement is smooth, appearance is simple and appropriate and also there is a two player mode :)

How to run the game

Running executable file (Method 1)

For both Windows and Linux an executable file was made using pyinstaller so you can just download and run the game without any Requirements from Releases Page.

running the python script (Method 2)

Requirements

  • Python3
  • Pygame

run the main.py

python __main__.py

Setting

all setting are in setting.py folder. if you needed to change the Resolution, change WIN_WIDTH variable to your desire. note: only when you use Method 2 changing setting will be effective

example:

WIN_WIDTH = 500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages