Skip to content

Commit

Permalink
Add warning about issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Feb 26, 2022
1 parent 071434c commit 052dbe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

This [Julia](https://julialang.org) package allows for playing and analyzing [Wordle](https://en.wikipedia.org/wiki/Wordle) and related games, such as [Primel](https://cojofra.github.io/primel/).

> **NOTE** This is a preliminary release. The scoring of guesses with repeated characters needs to be fixed to conform with the games on the web. See [issue #1](https://github.com/dmbates/Wordlegames.jl/issues)
A game is represented by a `GamePool` object containing potential guesses, a subset of which are valid targets, and some game play status information.
By default the game is played as in the "Hard Mode" setting on the Wordle app and web site, which means that the only guesses allowed at each turn are those in the current target pool.
As a consequence, the initial pool of potential guesses is the same as the initial target pool.
Expand Down

0 comments on commit 052dbe0

Please sign in to comment.