For my first WDI project, I was tasked to build a Front end JavaScript game. Since it was the holiday season, I decided to make a festive version of snakes and ladders which utilised all the fundamental concepts of JavaScript such as (but not limited to) functions, arrays, loops and objects.
Lucky for you, when you first load up the app, you will be greeted with a set of instructions on how to play the game.
From here you can choose the character you want to play, wether it be Elf or Santa.
Once you have picked your character, the game will load and you will be able to click the die at the bottom. This will generate a random number from 1 - 6 and move your player to the appropriate square. The computers turn will be executed shortly after.
The first character to get to exactly 100 wins!
- HTML5
- CSS3
- JavaScript (ES6)
- jQuery
- Git
- Github