Dice-Roller

Brian's Dice Roller

Dice Roller App Screenshot Dice Roller App Screenshot

My dice roller is a simple yet stylish web app that allows users to roll dice by selecting the number of dice they want to roll using buttons designed to look like dice.

Table of Contents

Features

Installation

To set up the Dice Roller App locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/callmevojtko/dice-roller-app.git

  1. Change into the project directory:

cd dice-roller-app

  1. Create a virtual environment:

python3 -m venv venv

  1. Activate the virtual environment:

source venv/bin/activate

venv\Scripts\activate.bat

  1. Install Flask:

pip install flask

  1. Run the application:

python app.py

The application should now be running on http://127.0.0.1:5000/.

Usage

To use the Dice Roller App, simply click on the die-shaped buttons to select the number of dice you want to roll. The app will roll the selected number of dice and display the results along with the total of the rolled dice.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT