diff --git a/Proj2.hs b/Proj2.hs index 89ea132..1b4ba1e 100644 --- a/Proj2.hs +++ b/Proj2.hs @@ -169,9 +169,9 @@ initialGuess = (bestFirstGuess, allChords) where -- TODO: is this really the best first guess? bestFirstGuess = - [ Pitch A One, + [ Pitch C One, Pitch D Two, - Pitch G Three + Pitch E Three ] -- takes in the previous guess, the game state, and the feedback for the