Snake And Ladders Unity Project

Overview

  • Snake & Ladder is a classic board game developed in Unity3D.
  • This game package is supported for both platforms: Android as well as iOS.
  • This classic game is played between 2-4 players.
  • Snake & Ladder package contains well commented source code written in C#.
  • Game package is easy to reskin and understandable Source code with comments in scripts.
  • Please checkout the Youtube link for game project demo.

Features

  • Unity3D 5.4.1 or Higher
  • Game Package is integrated with Admob Integration
  • Supported for Android as well iOS platforms
  • 2-4 players options.
  • Easy to Reskin & properly well commented code within the scripts itself
  • Source code is written in such manner which is easy and simple to understand.
  • Good Graphics and design assets.
  • Sound assets included with Sound Programming script i.e. SoundManagerScript.cs
  • Full developer support

Requirements

  • Unity3D 5.4.1 or Higher

Instructions

  • Make Sure unity3D 5.4.1 or Higher is already installed on the system
  • Import SnakeLadderAdmob.unitypackage in Unity3D.
  • After importing the above package, Add 2 scenes “Main Menu” and “Snake Ladder” in Build Settings. Just hit play button Unity3D editor to play the game.
  • This package contains important scripts as follows
  1. SnakeLadderScript.cs –  This Script contains whole logic of Snake & Ladder gameplay. Just look in the inspector to learn about variables assigned in this script. This code is very easy to understand and written in simple understandable code.
  2. SoundManagerScript.cs –  This scripts contains Sound Coding and written in few lines of code which is easy to understand. The same script can be used in other games as well.This scripts contains Sound Coding and written in few lines of code which is easy to understand. The same script can be used in other games as well.
  3. MainMenuScript.cs –  This scripts contains public functions which are attached on UI Elements. Just have a look at Hierarchy window for better understandng.

Related