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