Ah… I think I vaguely remember a similar older program that would (optionally, of course!) as a funny option delete the files when you “defeated” them.
You might be thinking of this Doom mod that create monsters for each system process and would kill an actual process every time you killed one: https://www.cs.unm.edu/~dlchao/flake/doom/chi/chi.html
Dungeons and Directories, an exploration game in your file explorer
11–20 of 67 posts
Re: Dungeons and Directories, an exploration game in your file explorer
#12Ah… I think I vaguely remember a similar older program that would (optionally, of course!) as a funny option delete the files when you “defeated” them.
Or Operation: Inner Space. It used the file system to generate sectors to visit to clear viruses from your EXEs, and collecting non-contaminated EXEs to use as currency. It works great with Windows' backwards compatibility, but modern filesystems have so many thousands of directories the game is now impossible to complete. http://www.sdispace.com/
Re: Dungeons and Directories, an exploration game in your file explorer
#13I made a script on Linux to create a huge directory tree representing every possible sequence of a password of length N. Only one password path through the tree got the viewer to the directory that had the non-kid-safe media files.
The non-security caveat of this was that the appliance seemed to scan the entire filesystem upon mount, which took a long time. (Even though it provided no UI, other than clicking to open directories and media files within them. Maybe the reason for the scan was to report to the mothership what content each user had, though, in this case, I had networking permanently disabled.) At least the huge tree didn't overflow any limit that prevented the appliance from working after an initial delay.
Re: Dungeons and Directories, an exploration game in your file explorer
#14It also left ".poop" files in the folder you had to clean up in order for it to stay healthy. Also added mating and offsprings which would fork the process so each would "live" their own life
Re: Dungeons and Directories, an exploration game in your file explorer
#15Re: Dungeons and Directories, an exploration game in your file explorer
#16> In the end, the current version of the game create 41,514 directories, 15,2041 files (mostly empty files with messages in their names), and 45,399 links, which makes it rather unplayable for those unfortunate enough to try running it on a mechanical hard drive. https://github.com/wheybags/DungeonsAndDirectories/blob/mast... Be warned if you're not using an SSD!
Re: Dungeons and Directories, an exploration game in your file explorer
#17I once did something based on the same principle, for a (very-very light) security solution, atop a simple closed-source media appliance that could play from USB Storage. I made a script on Linux to create a huge directory tree representing every possible sequence of a password of length N. Only one password path through the tree got the viewer to the directory that had the non-kid-safe media files. The non-security…
Re: Dungeons and Directories, an exploration game in your file explorer
#18Re: Dungeons and Directories, an exploration game in your file explorer
#19Then you could have a portable game to bring into any enterprise office environment