Skip to content

sasha-odintsov/casino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casino

Simulator of the Dice game.
This is a Single Page Application which is developed in pure JavaScript without the use of frameworks.

Demo: https://casino2022.netlify.app

Rules

  • The player makes a bet and rolls two dice, counts the amount of points scored
  • If the sum is 7 or 11, then he has won a double bet
  • If the sum is 2, 8 or 12, then he lost a bet
  • If another sum has fallen out, this number is a point
  • When a point is rolled, the player rolls the dice until 7 is rolled, which means a loss, or until a point rolls, the player wins

Up and Run

npm install
npm run build
start index.html

Releases

No releases published

Packages

No packages published