feat: slightly better first guess, more spread out, still vibes based
This commit is contained in:
parent
9cf2fd5960
commit
46ece35fde
1 changed files with 2 additions and 2 deletions
4
Proj2.hs
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue