Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 2.33 KB

README.md

File metadata and controls

44 lines (38 loc) · 2.33 KB

Snakes-And-Ladders

This is the classic Snakes and Ladders game with two to four player mode. This game has board of 10x10 grid with 10 ladders, 11 snakes and 1 dice to roll.

Programming Language💻

  • Python 3

Tech Stack💻

  • Tkinter (GUI)
  • Pygame (Audio library)

Development Tools💻

  • Pycharm
  • PyInstaller

Features🎯

  • 2 to 4 player mode
  • Opens in full screen mode
  • Visual animations of player pieces moving on the board
  • Exit full screen by pressing [Escape] key from keyboard
  • Open again in full screen mode by pressing [f] or [F] key from keyboard
  • Dice roller displaying random face on the dice on every roll🎲
  • Player turns highlighted with color
  • Sounds to enhance the gaming experience for moving up on a ladder and going down in a snake 🔊
  • Sound ON/OFF button to mute and unmute the sounds in the application
  • Button to play the game as new game again after every game finishes
  • Exit button to quit the game ❌
  • Works offline without the need of Internet connection

Screenshots 💻

screenshot-2 screenshot-1

License

This project is licensed under the MIT License