Wheel Spin Points Game
This is a wheel-spinning game with points values and bonuses including multipliers and double points.
Getting Started
For Jupyter Notebook:
- Clone the repository.
- Use
jupyter notebookcommand to open Jupyter Notebook files. For example:jupyter notebook UltimateWeightedWheel.ipynb. - Press Enter to spin the wheel or q to quit.
For JavaScript:
- Clone the repository.
- Use
nodecommand to run JavaScript file. For example:node wheel-spin.js.