Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.75 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.75 KB

🎲 Dice Game

Simple two player dice game. Once the user clicks on Roll the Dice button, the dice will get thrown randomly, so that player 1 and player 2 both have their own dice values. Dice game will then announce a winner depending on whose dice value was higher.

Deployment

Demo: https://rohitverse.github.io/dice-game

dice-game dice-game

Built With

  • HTML
  • CSS
  • JavaScript

Authors

License

License

This project is licensed under the MIT License.

Copyright (c) 2022 KR ROHIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgments

  • The Complete 2022 Web Development Bootcamp by Angela Yu