For
Windows OS,
Follow the below instructions to deploy and run the solution.
1. Download, extract and double-click
kit_installer file to install the kit.
2. After successful installation of the kit, press
'Y' to run the kit.
3. To run the kit manually, press
'N'.
4. Extract the zip file and navigate to the directory 'snakes-and-ladders-game'.
5. Open the command prompt in the extracted directory 'snakes-and-ladders-game' and run the following commands one by one respectively:
npm install; npm run start
Note: Demo source code will be downloaded to the local machine. It is also available
here
For
other Operating System,
1. Click
here to install Nodejs
2. Click
here to download the repository
3. Extract the zip file and navigate to the directory
snakes-and-ladders-game
4. Open terminal in the extracted directory
snakes-and-ladders-game
5. Install dependencies by executing the command
npm install
6. Run the command
npm run start