Simple 2d game using paygame with python
Install PyGame Library First
pip install pygame
In order to run this program, it is crucial that you are on a Linux-based distro, preferably Windows.
First, git clone.
https://github.com/nasimmahamadshamem/SnakeGame.git
Change directory, and then run the python script (Linux OS):
cd path/SnakeGame
python Lobby.py
OR
portable file you can run on Windows:
Dubble click on SnakeGame/build/lobby.exe
Linux os
cd SnakeGame/build/
sudo ./lobby
Simple Game Lobby
Game Play Screen

