Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Wordle game processing logic #34

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Optimize Wordle game processing logic #34

merged 1 commit into from
Apr 16, 2024

Conversation

EpicOfficer
Copy link
Owner

This update modifies Wordle game classes to improve performance and readability. The 'ProcessGuess' has been refactored to use ICollection instead of List for indices storage. In 'WordleGuessExtensions', new utility methods 'GenerateCharIndicesMap' and 'MarkSpecificLetter' have been added. These additions help streamline the process of handling letters and their indices.

This update modifies Wordle game classes to improve performance and readability. The 'ProcessGuess' has been refactored to use ICollection instead of List for indices storage. In 'WordleGuessExtensions', new utility methods 'GenerateCharIndicesMap' and 'MarkSpecificLetter' have been added. These additions help streamline the process of handling letters and their indices.
@EpicOfficer EpicOfficer merged commit 299439d into main Apr 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant