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

GameCreatorManager creates illegal puzzles ( word count > 80 or total point > 400 ) #33

Closed
emreozgenc opened this issue Jun 8, 2022 · 0 comments
Assignees

Comments

@emreozgenc
Copy link
Owner

GameCreatorManager should not create the puzzle when the word count is more than 80 or the total point is more than 400.

GameCreatorManager
-Should throw an IllegalPointRangeException if the total point is more than 400
-Should throw an IllegalWordCountException if the word count is more than 80

@emreozgenc emreozgenc self-assigned this Jun 8, 2022
emreozgenc added a commit that referenced this issue Jun 8, 2022
@emreozgenc emreozgenc pinned this issue Jun 8, 2022
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

No branches or pull requests

1 participant