๐๐ ยท Python Snakes and Ladders ยท
Snakes and Ladders is a simple game created with Python
and Pillow
library.
Feel free to play it up to 4-player match with friends and BOTs.
Run this commands in respectively in your terminal.
git clone https://github.com/mohammadnedaei/Python-Snakes-Ladders.git
cd Python-Snakes-Ladders
pip install pillow psutil playsound ast
python3 game.py
or
python game.py
To close previous image after each turn, I used eog
proccess and killed it. You can change this to whatever is your default image viewer app process name is.
โ
Pillow
โ
Image Creation
โ
Modern UI
โ
Proccess Manager
โ
Saving and Loading game in File
โ
Command-line based menu \
Feel free to fork this repo and make pull requests.
Mohammad Nedaei
Discord: Mohammad81#3277
Python Snakes & Ladders
is MIT licensed.