Skip to content

Commit

Permalink
Merge pull request #177 from TruncateGame/main
Browse files Browse the repository at this point in the history
Follow-up production release re-scoring NPC
  • Loading branch information
bglw authored Feb 4, 2024
2 parents cbf4d9f + 51570d1 commit 831a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truncate_core/src/npc/scoring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl Default for BoardWeights {
self_attack: 2.0,
direct_defence: 1.0,
direct_attack: 1.0,
word_validity: 6.0,
word_validity: 3.0,
word_length: 1.0,
word_extensibility: 1.0,
}
Expand Down

0 comments on commit 831a7e6

Please sign in to comment.