Skip to content

Commit

Permalink
Changed the cheat mode instructions for entering hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
archy-bold committed Jan 6, 2022
1 parent 01965d4 commit d37c6db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func main() {
}
wordParts := strings.Split(word, "")

fmt.Print("Enter the result, where x is incorrect, o is wrong position, y is correct eg yxxox: ")
fmt.Print("Enter the result, where x is incorrect, o is wrong position, y is correct\n eg yxxox: ")
input, _ := reader.ReadString('\n')
parts := strings.Split(strings.TrimSpace((input)), "")
row := make([]game.GridCell, NUM_LETTERS)
Expand Down
Binary file modified wordle
Binary file not shown.

0 comments on commit d37c6db

Please sign in to comment.