Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.02 KB

README.md

File metadata and controls

74 lines (46 loc) · 2.02 KB

GitHub license PRs Welcome

🔎 Overview

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.

This game looks like this:

Screenshots may change in the future because of UI/UX changes.

🚀 Usage

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.

🧰 Libraries and Tools

✅ Pillow
✅ Image Creation
✅ Modern UI
✅ Proccess Manager
✅ Saving and Loading game in File
✅ Command-line based menu \

🔧 Contributing

Feel free to fork this repo and make pull requests.

💚 Support

Sociabuzz

✍🏻 Author

 Mohammad Nedaei

📞 Contact

Discord: Mohammad81#3277

Linkedin

©️ License

Python Snakes & Ladders is MIT licensed.