reese-lee / pig-dice

Pig dice game to practice JS concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{Application Name}

{Brief description of application}, {Date of current version}

By {List of contributors}

Description

{This is a detailed description of your application. Its purpose and usage. Give as much detail as needed to explain what the application does, and any other information you want users or other developers to have. }

Setup/Installation Requirements

  • This is a great place
  • to list setup instructions
  • in a simple
  • easy-to-understand
  • format

{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this app depends on?}

Specs

Behavior Input Output
3. Roll a "1" 1 Score goes to zero, and turn goes to next player
4. Roll another number 2-6 Roll value is totaled, player can decide to continue or hold
6. Player decides to hold press hold button Roll value is totaled. Turn goes to next player
7. Turn goes to next player when a 1 is rolled, or hold button is pressed Turn goes to next player, roll function restarts for next player.
8. Game is over when someone reaches 100 or more points. Total score of one player >= 100 Declares that player as the winner. Does something fun.4
1. add player1 and player2 info name player 1, name payer 2 namePlayer1, player1 initial score, namePlayer2, player2 initial score
2. player1 clicks play button click function for play button click function makes dice roll function happen
5. player1 decides to continue hits play button again click function makes dice roll function happen

Known Bugs

{Are there issues that have not yet been resolved that you want to let users know you know? Outline any issues that would impact use of your application. Share any workarounds that are in place. }

Support and contact details

{Let people know what to do if they run into any issues or have questions, ideas or concerns. Encourage them to contact you or make a contribution to the code.}

Technologies Used

{Tell me about the languages and tools you used to create this app. Assume that I know you probably used HTML and CSS. If you did something really cool using only HTML, point that out.}

License

{Determine the license under which this application can be used. See below for more details on licensing.}

Copyright (c) 2016 {List of contributors or company name}

About

Pig dice game to practice JS concepts


Languages

Language:JavaScript 57.6%Language:HTML 30.0%Language:CSS 12.3%