feat: slightly better first guess, more spread out, still vibes based

This commit is contained in:
wi11-holdsworth 2025-10-07 19:35:26 +11:00
parent 9cf2fd5960
commit 46ece35fde

View file

@ -169,9 +169,9 @@ initialGuess = (bestFirstGuess, allChords)
where where
-- TODO: is this really the best first guess? -- TODO: is this really the best first guess?
bestFirstGuess = bestFirstGuess =
[ Pitch A One, [ Pitch C One,
Pitch D Two, Pitch D Two,
Pitch G Three Pitch E Three
] ]
-- takes in the previous guess, the game state, and the feedback for the -- takes in the previous guess, the game state, and the feedback for the