Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lulunac27a/dice-game-with-various-multipliers

Multiplayer dice game with various score multipliers
https://github.com/lulunac27a/dice-game-with-various-multipliers

dice dice-game ipynb ipython ipython-notebook ipython-notebooks ipywidgets jupyter jupyter-notebook jupyter-notebooks multiplayer multiplayer-game multiplier python-notebook python-notebooks score

Last synced: 21 days ago
JSON representation

Multiplayer dice game with various score multipliers

Awesome Lists containing this project

README

        

# 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.