@@ -24,18 +24,27 @@ SokoGenerator is a free, open source level generator for the game 'Sokoban' with
24
24
25
25
<br ><br >
26
26
<a name =" changelog " ></a >
27
- ## What's new in SokoGenerator 1.0
27
+ ## What's new in SokoGenerator 1.0.1
28
28
<b >29 March 2016</b >
29
29
30
- This is the intial release of SokoGenerator. Everything the program is currently capable of is here:
31
- * ** Customisable Number of Levels**
32
- * ** Customisable Level Height/Width**
33
- * ** Customisable Number of Boxes**
34
- * ** Customisable Difficulty of Generated Levels**
35
- * ** Customisable Seed for Level Generation**
36
- * ** Regenerate or Delete unwanted Levels**
37
- * ** Save Level Set to a .sok file to be loaded by your favourite Sokoban application**
38
- * ** Difficulty Rating calculated for each Level**
30
+ ###Version 1.0.1
31
+ ** Bug Fixes:**
32
+ * Reset Generator Seed on File > New
33
+ * Generation now has it's timeout set to 1 min. The Solving Time Limit is set by the GUI Spinbox
34
+ * Choosing a Specific Difficulty will now create Levels of that difficulty only
35
+ * Updated Difficulty on Regeneration or Deletion will now display in the Level Set
36
+ * Regeneration now uses proper seeding and will generate a new level every time
37
+
38
+ ###Version 1.0
39
+ ** This is the intial release of SokoGenerator. Everything the program is currently capable of is here:**
40
+ * Customisable Number of Levels
41
+ * Customisable Level Height/Width
42
+ * Customisable Number of Boxes
43
+ * Customisable Difficulty of Generated Levels
44
+ * Customisable Seed for Level Generation
45
+ * Regenerate or Delete unwanted Levels
46
+ * Save Level Set to a .sok file to be loaded by your favourite Sokoban applicatio
47
+ * Difficulty Rating calculated for each Level
39
48
40
49
This program will be updated periodically with Bug Fixes and new Features.
41
50
@@ -54,10 +63,13 @@ These are all ideas that I am working on or wanting to work on in the future. An
54
63
<br ><br >
55
64
<a name =" download " ></a >
56
65
## Download SokoGenerator
57
- < a href = " https://github.com/RBrNx/ SokoGenerator/releases/download/ 1.0/SokoGenerator-1.0-Setup.exe " >SokoGenerator 1.0 Install Wizard</ a >
66
+ ** Latest Version: SokoGenerator 1.0.1 **
58
67
<br >
59
- <a href =" https://github.com/RBrNx/SokoGenerator/releases/download/1.0/SokoGenerator.zip " >SokoGenerator 1.0 Portable .exe</a >
60
-
68
+ <a href =" https://github.com/RBrNx/SokoGenerator/releases/download/1.0.1/SokoGenerator-1.0.1-Setup.exe " >SokoGenerator 1.0.1 Install Wizard</a >
69
+ <br >
70
+ <a href =" https://github.com/RBrNx/SokoGenerator/releases/download/1.0.1/SokoGenerator-1.0.1.zip " >SokoGenerator 1.0.1 Portable .exe</a >
71
+ <br ><br >
72
+ <a href =" https://github.com/RBrNx/SokoGenerator/releases " >** Previous Verisons** </a >
61
73
62
74
<br ><br >
63
75
<a name =" help " ></a >
0 commit comments