Skip to content

Commit

Permalink
add valid word list for better faithfulness
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefsallai committed Feb 17, 2022
1 parent 06cccf8 commit 4b328fb
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 1 deletion.
2 changes: 1 addition & 1 deletion game/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (m *AppModel) enter() tea.Cmd {

word := wb.String()

for _, w := range words.WordList {
for _, w := range words.ValidWordList {
if w == word {
ok = true
break
Expand Down
Loading

0 comments on commit 4b328fb

Please sign in to comment.