-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Dice Roll | ||
|
||
This project is part of my attempt to build frontend application | ||
using mordern tools like SASS but also building strong | ||
basics of vanilla JavaScript. | ||
|
||
This project is entirely built by using vanilla JS and | ||
uses SCSS for stylesheets. | ||
|
||
### What is Dice Roll? | ||
|
||
This project is a small game of luck that can be | ||
players, where: | ||
|
||
1. A player wins if his overall score is greater than 30 or other player got 1 while rolling the dice | ||
2. A player can roll the dice as many as they want as long as they don't get a 1. If they get a 1, they loose. | ||
3. To hold the current score, press hold and then the other player will get a chance to play | ||
|
||
Although, this is a learning project, but please feel free to add any suggestions or bug fixes. |