Skip to content

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:

  1. Clone the repository.
  2. Use jupyter notebook command to open Jupyter Notebook files. For example: jupyter notebook UltimateWeightedWheel.ipynb.
  3. Press Enter to spin the wheel or q to quit.

For JavaScript:

  1. Clone the repository.
  2. Use node command to run JavaScript file. For example: node wheel-spin.js.