JAndrew13 / DiceGame

A simple web tool for picking a random winner. This was an early lesson on implementing JavaScript into a web browser.

Home Page:http://dice.jakebrunner.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dice roller stable

About The Project

This dice rolling wep page was created for more than just settling arguments, losing money, and attack rolls - it was also used to practice working with javascript funtions, querySelector, and custom CSS/HTML layouts. To use this web app, simply load up the page and you will be presented with a randomly generated dice roll. Each time the page is refreshed, a new roll is generated and displayed on the dice face for each player. The JS functions inside the index.js file then determines which player has won the round.

Go ahead and refresh that page if you're feeling lucky! roll the dice

Table of contents

Prerequisites

  • any HTML code editor of your choice, such as VS Code, Atom, etc.

Installation

  1. clone the repository to your desired location.
  2. open the 'dicee.html' page in the browser of your choice.

(back to top)

Directory

Folder containing CSS style sheet, main html page, and the index.js logic file.

Contains all images used in the project.

(back to top)

Contact

Jake Brunner - jbbrunner10@gmail.com

LinkedIn - https://www.linkedin.com/in/jake-brunner-21760522b/

This Repository - https://github.com/jandrew13/Web-Dev-Bootcamp

(back to top)

Acknowledgments

(back to top)

About

A simple web tool for picking a random winner. This was an early lesson on implementing JavaScript into a web browser.

http://dice.jakebrunner.com/


Languages

Language:JavaScript 40.6%Language:HTML 35.0%Language:CSS 24.4%