Skip to content

Wordle in Rust v0.2.0

Latest
Compare
Choose a tag to compare
@MrPancakes39 MrPancakes39 released this 03 Sep 12:41
· 3 commits to main since this release

Bug Fixes:

  • Fixed compare_words() function.

Enhancements:

  • Word lists aren't in the main.rs anymore they are now on their own files.
  • Word type now returns Self.
  • Changed from line.to_ascii_uppercase() to line.make_ascii_uppercase() in read_input().
  • Removed unnecessary uppercase conversion in choose_word().
  • Removed unnecessary mutability for variable tried_words.

New Features:

  • Added a main menu.
  • Added a tutorial screen.
  • Added a way to exit from game,Bug Fixes:
  • Fixed compare_words() function.

New Contributors

Full Changelog: v0.1.0...v0.2.0