· javascript programming

DOM Pig Game

DOM Pig Game
Udemy- Complete JavaScript Course >> My projects


Part of the Complete JavaScript Course I completed, this project put JavaScript concepts from the section on DOM manipulation and events into practice.

GAME RULES:

CODING CHALLENGES

Change the game to follow these rules:

  1. A player loses his ENTIRE score when he rolls two 6 in a row. After that, it’s the next player’s turn. (Hint: Always save the previous dice roll in a separate variable)
  2. Add an input field to the HTML where players can set the winning score, so that they can change the predefined score of 100. (Hint: you can read that value with the .value property in JavaScript. This is a good oportunity to use google to figure this out :)
  3. Add another dice to the game, so that there are two dices now. The player loses his current score when one of them is a 1. (Hint: you will need CSS to position the second dice, so take a look at the CSS code for the first one.)

View my project

View my code on GitHub


About Me

I'm a data leader working to advance data-driven cultures by wrangling disparate data sources and empowering end users to uncover key insights that tell a bigger story. LEARN MORE >>



comments powered by Disqus