A classic Snakes and Ladders game recreated in Unity with custom art. The game features local multiplayer support and simple dice roll mechanics for player movement.
- Local multiplayer for up to 4 players
- Custom artwork and board design
- Simple dice roll mechanics to determine player movement
- Classic snakes and ladders gameplay rules
- Unity 2022.3.22f1 or later
- Windows or macOS
You can download and play the built version of the game from this link.
-
Clone the Repository (if applicable):
git clone <repository-url> cd snakes-and-ladders
-
Open in Unity:
- Open Unity Hub
- Click Open and select the project folder
- Ensure you're using Unity 2022.3.22f1
-
Play the Game:
- Click on File > Build and Run to test the game
- Alternatively, press the Play button in the Unity editor
- Choose the number of players (local multiplayer only).
- Each player takes turns rolling the dice by clicking the roll button.
- Move your piece according to the dice roll.
- If you land on a ladder, climb up; if you land on a snake, slide down.
- The first player to reach the last tile wins the game.
- Go to
File > Build Settingsin Unity. - Select your target platform (Windows/macOS/etc.).
- Click Build and Run or Build to generate an executable version of the game.
This project is for educational and personal use. Feel free to modify and expand upon it!