Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 550 Bytes

File metadata and controls

19 lines (14 loc) · 550 Bytes

spinwheel

Classes:

It has only one class inside which is the spin class.

How to start spinning?:

# Starts spinning
spinwheel.spin.start_spin()

How does the game work? First you start the game by using the command under the "How to start spinning?:" section of this readme. The game then tells you the description of the game and asks you for five choices. After you enter the five choices, it will select a random choice from it and spin the wheel. It will then display the random choice.

-- End of Read me file --