28
29
30
31
32
33
34
35
36
37
|
* Message trace menu to enable/disable
* Bugs
* Figure out why the $SeekerCloser class doesn't seem to work properly
* Level 232 of SUPERHRO puzzle set (the Lava shouldn't expand? why?)
* Display solution comments/timestamp
* VCR mode
* Portable mode, not needing installing files in home directory
* Command-line switch for batch import/export levels
* SQL
* Implement the GROUP column in the CLASSES table
|
>
>
|
28
29
30
31
32
33
34
35
36
37
38
39
|
* Message trace menu to enable/disable
* Bugs
* Figure out why the $SeekerCloser class doesn't seem to work properly
* Level 232 of SUPERHRO puzzle set (the Lava shouldn't expand? why?)
* Display solution comments/timestamp
* VCR mode
* Portable mode, not needing installing files in home directory
* Maybe not needed? You can override the HOME environment variable
* An alternative is to check argv[0]; if it contains / then don't use HOME
* Command-line switch for batch import/export levels
* SQL
* Implement the GROUP column in the CLASSES table
|