From 46ece35fde42fbddcb674f1004d994455a352fc3 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:35:26 +1100 Subject: [PATCH] feat: slightly better first guess, more spread out, still vibes based --- Proj2.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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