Skip to content

lulunac27a/dice-game-with-various-multipliers

Repository files navigation

Multiplayer Dice Game with Various Score Multipliers

This repository is a dice game using Jupyter Notebooks from iPython that shows addition and multiplication for each score multiplier. It uses ipywidgets to use widgets for sliders to change the number of players and rolls and a button to roll dice.

Files

  • dicegame.ipynb: Dice game that increases score multiplier by 1 if the criteria for two dice meet the requirements, else reset to 1.

  • dicegame-multiply.ipynb: Dice game that multiplies score multiplier by 2 if the criteria for two dice meet the requirements, else reset to 1.