glennsimon / cwwf

Apache License 2.0
2 stars 1 forks source link

Allow player to set a preference for how scoring works #89

Closed glennsimon closed 1 year ago

glennsimon commented 1 year ago

Each player can set a preference for how they want games that they start to be scored. Initially, there will be only two scoring choices:

  1. Each correctly filled square gets one point, points are purely based on number of squares of the player's color.
  2. Each letter has a different value. Any correct square that completes a word gets points, as does any correct square filled in by player's turn. This means double letter scores for crossing completions.
glennsimon commented 1 year ago

This feature has been added and is in the settings of the deployed code.