dalmamad / snake-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%