Skip to content

kfacison/yahtzee_project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yahtzee

The objective of the game is to score points by rolling five dice to make certain combinations.

In each turn, a player may roll the dice up to three times. A player doesn't have to reroll all five dice on the second and third roll, they may pick as many dice as they want and reroll for the numbers they don't have and are trying to get. For example, a player throws and gets 1,3,3,4,6. They decide to try for the large straight, 1,2,3,4,5. So, they put 1,3,4 to the side and only reroll 3 and 6 again, hoping to get 2 and 5.

In this game, you click on the corresponding checkboxes for the dice you want to reroll and then press the "Reroll" button. You may also click the "Select All" button that will select all the checkboxes, the "Reroll" button still needs to be selected to reroll the dice. To mark your score select the corresponding circle and press the "Lock in Points" button to update the scorecard.

GamePlay

StartPageScreenshotV2 FullScoreCardScreenshotV2 GameOverScreenshotV2

Tech Being Used

  • HTML/CSS
  • JavaScript
  • DOM

Play it Yourself!

Play Game -> here

Stretch Goals

Minor/Quality of gameplay improvements

  • Pop-up instructions
  • Responsive page design

Major/New Features

  • 2 players option
  • Arrow points at active player
  • Dice go into cup animation/transition
  • Bonus way to score points
  • Select layout colors

Prep Material

WireFrame

Yahtzee_Wireframe_1player drawio

MVP Checklist

  • Dice rolls 1-6
  • Dice can be rerolled
  • ReRoll 2 times per turn
  • 13 turns
  • How to score points can be picks
    • After rolling possible points scored become change colors
    • Player clicks button for how to score points
    • Check Box disappears after score is picked
  • Points are totaled
  • Score is displayed

Stretch Goals

  • 2 players option
  • Arrow points at active player
  • Dice go into cup animation/transition
  • Bouns way to score points

Maybe Roadblocks

  • Feature creep

Sources

Rules/Description:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published