mileuc / dice

A simple and basic 2-player dice game created in mid-November 2020 as part of the first "Boss Level Challenge" from the Web Development Bootcamp. Used my knowledge of the Document Object Model (DOM) with basic JavaScript concepts in order to select and manipulate elements of my website. Opening the page and every subsequent refresh will roll a random dice value for Player 1 and Player 2, which is used to declare a winner or a draw.

Home Page:https://mileuc.github.io/dice/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dice

About

A simple and basic 2-player dice game created in mid-November 2020 as part of the first "Boss Level Challenge" from the Web Development Bootcamp. Used my knowledge of the Document Object Model (DOM) with basic JavaScript concepts in order to select and manipulate elements of my website. Opening the page and every subsequent refresh will roll a random dice value for Player 1 and Player 2, which is used to declare a winner or a draw.

https://mileuc.github.io/dice/


Languages

Language:HTML 43.5%Language:JavaScript 28.9%Language:CSS 27.6%