This is a simple Snake and Ladder game made in Python. Two players take turns rolling a dice and move on the board. Be careful of snakes, but enjoy climbing ladders! The first player to reach position 30 wins.
- Run the script.
- Players take turns rolling the dice by pressing Enter.
- If you land on a snake, you go down.
- If you land on a ladder, you go up.
- First player to reach 30 wins!
- Python 3.x
Open a terminal and run:
python snake_ladder.py
-
Clone the repository
git clone https://github.com/YOUR-USERNAME/snake-ladder-game.git cd snake-ladder-game
-
Add your files
git add . git commit -m "Added Snake and Ladder game"
-
Push to GitHub
git push -u origin main
Now your game is on GitHub! 🎉