tube42 / 9P

The Nine Puzzle
GNU General Public License v2.0
19 stars 7 forks source link

Add the posibility to start a new game with new words #11

Closed Nico207 closed 6 years ago

Nico207 commented 6 years ago

When you delete the progression, it would be nice to let the posibility to regenerate the list of words to search, to ensure greater replayability.

tube42 commented 6 years ago

There are certain limitations in how words are generated that makes them hard to generate on the phone. For example, In each group of 9 levels I try to minimize the number of letters and long words that appear in more than one level to make things less repetetive.

Also, if I at some point create a high score list for all players it would be hard to compare people results if they all played different levels.

Nico207 commented 6 years ago

By doing this, the game has no longer any interest to be replayed. I've already seen in some games that they use code to generate levels. Perhaps it is possible to draw inspiration from it...