Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lulunac27a/dice-game-with-various-multipliers
- Owner: lulunac27a
- Created: 2024-08-22T03:49:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T23:05:04.000Z (5 months ago)
- Last Synced: 2024-11-13T00:43:29.652Z (3 months ago)
- Topics: dice, dice-game, ipynb, ipython, ipython-notebook, ipython-notebooks, ipywidgets, jupyter, jupyter-notebook, jupyter-notebooks, multiplayer, multiplayer-game, multiplier, python-notebook, python-notebooks, score
- Language: Jupyter Notebook
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.