Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lyqio authored Mar 7, 2024
1 parent 3b72a06 commit 9fe5619
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import (
"strings"
)

/*
how do we find the best move?
first move, guess audio
any move after, eliminate impossible words, and pick a random valid, choice (if I cared enough, I would choose
the word with common characters)
*/

func getWords(dir string) []string {
body, err := os.ReadFile(dir)
if err != nil {
Expand Down

0 comments on commit 9fe5619

Please sign in to comment.