-
Notifications
You must be signed in to change notification settings - Fork 2
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
Any new feature if you want to include #4
Comments
It would be great to add the possibility of practicing the game with the same number distribution as the last game. For me the game is very difficult but I think that if I played over and over again with the same number's distribution I would learn a lot more. |
As in like a practice mode r u suggesting ? Because every time the game runs it fills random number in 2D array... So the numbers gonno be unique every single time. |
If you r sugegsting a plactice mode we could have that like 2 modes 1)Game Mode In game mode the code stays the same but in practice mode user will have unlimited number of moves and the game goes on till user goes out-of-bounds or wins it |
After you lose the game, you could re run the game without changing the number distribution. |
This way, since you always start with the same number's distribution, you can try and try until you "learn to win." |
Yaa you could do that . But what happens if the user loses in the re-run level ..? Or wins in the re run level ?? I think the best thing to do would be to create a separate practice mode where the user is given unlimited moves to practice separate (3 × 3) (4 × 4) (5 × 5) matrix But there are lots of more complicated problems in the game as in
|
As I see, We need to focus first on the process's login and then when we have features like arrow key or practice mode we should focus on improving the GUI.
|
Ya sure you can do that |
Any new feature that you have in mind please suggest and feel free to implement.
The text was updated successfully, but these errors were encountered: