globeay / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

All parameters which influence the grid generation should be stored and displayed #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Puzzle generation is currently be determined by following parameters:
 * Revision of program used
 * Game seed
 * Allow big cages
 * Android version?
 * ???

All parameters which influence puzzle generation should be stored and displayed 
in order to be able to regenerate a puzzle again.

Original issue reported on code.google.com by paul.din...@gmail.com on 28 Mar 2013 at 3:45

GoogleCodeExporter commented 8 years ago
Relevant data is stored class GridGeneratingParameters. As currently 5 
parameters influence the grid generation, we should not display all parameters. 
The game seed can be clicked to show more data (see attachment).

Original comment by paul.din...@gmail.com on 30 Mar 2013 at 9:42

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r176.

Original comment by paul.din...@gmail.com on 30 Mar 2013 at 9:44

GoogleCodeExporter commented 8 years ago
Tested Revision 198: Confirmed that Parameters are displayed in development 
mode, not displayed in Production mode. Reviewed saved games and can see the 
corresponding values stored in the file.

Original comment by em...@srlee.com on 2 Apr 2013 at 12:34