- players = [player1, player2, player3] <= as array? as objects? do we even need?
- rounds = 4
- currRound = 1
- bonusRoundConsonants = r,s,t,l,e <= does this need to live here? or, could we add to startFinalRound()
- puzzles = [puzzle1, puzzle2...puzzle4]
- wheels = [wheel1, wheel2...wheel4]
- bonusPuzzle = bonusPuzzle <= is this where we should handle bonus puzzle? Or better as child of Puzzle class?
- bonusWheel = bonusWheel <= is this where we should handle bonus wheel? Or better as Wheel class?
- startGame()
- changeRounds()
- declareWinner()
- startBonusRound()
- exitGame()
- values = [val1, val2...val6] <= pulled from wheel dataset
- bonusValues = [val1, val2...val6] <= can we just hardcode in because we want the prizes to be much bigger?
-
name = name
-
turn = false
-
roundPoints = 0
-
bank = 0
-
spin()
-
guessLetter()
-
solve()
-
buyVowel()
- category = category
- answer = answer
- totalNumLetters = x
- totalNumWords = x
- numLettersInFirstWords = x
- category = category
- answer = answer
- totalNumLetters = x
- totalNumWords = x
- numLettersInFirstWords = x
- lettersGiven = r, s, t, l, n, e