Skip to content

Commit

Permalink
Add readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
bqrkhn committed Apr 15, 2022
1 parent 1fac1ed commit 904b250
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
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.

0 comments on commit 904b250

Please sign in to comment.