Skip to content

Desktop game application to play the classic board game Snakes and Ladders with multiplayer mode built using Python3 and Tkinter GUI

License

Notifications You must be signed in to change notification settings

reshmaharidhas/Snakes-And-Ladders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1fe3d6 · Aug 22, 2024

History

20 Commits
Aug 22, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 24, 2024
Apr 22, 2024
Jun 20, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
Apr 23, 2024
May 27, 2024
Apr 22, 2024

Repository files navigation

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