Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@DavidASmith DavidASmith released this 01 Feb 21:57
· 12 commits to master since this release
  • Updates for CRAN resubmission:
    • The list representing game state now has an S3 class - "wordler".
    • All exported functions now have a documented return value.
    • All functions which accept and return a "wordler" object are documented
      regarding their effects on the "wordler" object.
    • Documented the wordler class (in the constructor new_wordler()).
  • Fixed issue with detection of letters known to be in, or known not to be in,
    the target word.
  • make_new_game() superseded by new_wordler().