A multiplayer Snake and Ladders game built using Python and Tkinter.
- Supports 2–4 players
- Custom player names
- Interactive Tkinter GUI
- Snakes and ladders mechanics
- Dice rolling system
- Winner tracking
- Play Again functionality
- Python
- Tkinter
- Install Python 3 on your computer.
- Download or clone this repository.
- Open a terminal in the project folder.
- Run:
Bash python snake.py
- Enter the number of players (2–4).
- Enter player names.
- Roll the dice and race to reach square 100.
- Watch out for snakes and use ladders to climb faster!
The first player to reach square 100 wins the game.
Ayaan Kapoor


