I’ve prepped a new version, but as I cannot compile all versions in full right now that will have to wait until tonight.
Changelog:
Added more names to the namelist
A few more hints (read: lies) have been added to the game
And I expanded the use of the “dir” command. (if you are more accustomed to unix commands, you can also use “ls”, the parameters and the workings are the same).
The parameters it could already accept:
boys >> Only show the boys
girls >> Only show the girls
%5 Only show files whose name is 5 letters (any number can do)
A* All files prefixed with A (any prefix can do)
*d All files suffixed with d (any suffix can do)
The new version also accepts%!5 Only show files whos name has NOT 5 letters
<>5 same as %!5
<5 files whose name has less than 5 letters
>5 files whose name has more than 5 letters
<=5 filename 5 letters or less
>=5 filename has 5 letters or more
And (and that is already supported) you can combine
dir A* girls %5
That command will only show files with a girl’s name starting with an A and having 5 letters. Make good use of this.
And remember what Sherlock Holmes always says:
When you’ve eliminated all the impossible, whatever remains, however imporbable must be the truth.
Remember that quote as it can help a lot when playing this game ;)
When you see version 18.5.8 (or higher) in the downloads, you know the current version has been uploaded for your system ;)
0 comments