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 :)
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.
- Python3
- Pygame
run the main.py
python __main__.py
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