A fun and interactive Snake and Ladder game built in Python! Play against the computer and race to 100 while avoiding sneaky ๐ snakes and climbing mighty ๐ ladders!
๐น The game follows the classic Snake and Ladder rules, with an exciting twist! ๐
- At the beginning of the game, you must roll a 1๏ธโฃ to start moving your game piece.
- If you roll anything else, you stay in the same position and must roll again next turn.
- If you get 1๏ธโฃ, you move to position 1 and get another chance to roll the dice! ๐ฒโจ
- On each turn, press Enter to roll the dice ๐ฒ.
- Your game piece moves forward based on the dice number ๐ข.
- If you land on a ladder, you climb up ๐.
- If you land on a snake, you slide down ๐.
- The first player to reach exactly 100 wins! ๐ฏ
- If a dice roll moves you beyond 100, you must wait for the exact number to reach 100.
๐ Ladder Boost โ Land on a ladder and jump up instantly!
๐ Snake Trap โ Land on a snake and slide down!
๐ฒ Must Roll 1๏ธโฃ to Start โ Your game piece wonโt move until you roll a 1 at the start!
1๏ธโฃ Install Python (if not installed).
2๏ธโฃ Clone this repository or download the script.
3๏ธโฃ Run the script using:
python snakes_n_ladders.py
4๏ธโฃ Or, simply download and run the Snakes-n-Ladders.exe
5๏ธโฃ Follow on-screen prompts and have fun! ๐๐ฎ
This is a beginner-friendly Python mini-game ๐๐ฅ, great for learning loops, conditionals, and randomness in Python! ๐๐
If you like this project, feel free to โญ star this repository and contribute! ๐๐
Happy Coding! ๐ป๐ฎ