-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add new game mode which decreases the gridsize with increasing difficulty. #16
base: master
Are you sure you want to change the base?
Conversation
Open the issue first with some relevant screenshot ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed, overall looks good. Will test soon.
Is this supposed to be a new feature? What are the impacts / changes? |
Yes, as the difficulty level increases, making the board smaller would make the game more challenging. I thought it would be a fun addition to the game, so looking for the community feedback on this feature |
Co-authored-by: Srevin Saju <[email protected]>
Can we have two different modes? One where the grid size decreases and one which is classic, so that it remains opt-in and we provide users the choice? What do you think? |
I see, I think that would make more sense, we get the best of both. I will try doing that soon! |
I added this feature which gives an option to toggle between classic mode and a scalable mode. |
Hello! Thanks |
Hi @andresp710, |
Game mode addition: (Scalable Game Mode)
The grid size of the game decreases as difficulty increases to make the game more challenging.