Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshmaharidhas/snakes-and-ladders
Desktop game application to play the classic board game Snakes and Ladders with multiplayer mode built using Python3 and Tkinter GUI
https://github.com/reshmaharidhas/snakes-and-ladders
animation board-game boardgame desktop-application desktop-game exe game game-application gui multiplayer multiplayer-game pygame python-game python3 snakeandladder snakes-and-ladders snakes-ladders-game tkinter tkinter-gui
Last synced: 12 days ago
JSON representation
Desktop game application to play the classic board game Snakes and Ladders with multiplayer mode built using Python3 and Tkinter GUI
- Host: GitHub
- URL: https://github.com/reshmaharidhas/snakes-and-ladders
- Owner: reshmaharidhas
- License: mit
- Created: 2024-04-22T21:40:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T12:24:56.000Z (4 months ago)
- Last Synced: 2024-08-22T13:56:48.117Z (4 months ago)
- Topics: animation, board-game, boardgame, desktop-application, desktop-game, exe, game, game-application, gui, multiplayer, multiplayer-game, pygame, python-game, python3, snakeandladder, snakes-and-ladders, snakes-ladders-game, tkinter, tkinter-gui
- Language: Python
- Homepage: https://sourceforge.net/projects/snakes-and-ladders/
- Size: 7.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://github.com/reshmaharidhas/Snakes-And-Ladders/assets/37250413/a933969c-f8da-4574-a705-8f65fbb591da)
![screenshot-1](https://github.com/reshmaharidhas/Snakes-And-Ladders/assets/37250413/b7b16205-6590-4ba8-a583-09f05c50d57b)## License
This project is licensed under the MIT License