Skip to content

hisplan/folder-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folder-maze

Teach kids directory structure and terminal.

Use the cd command to navigate the folder maze, find treasure.txt, and cat to open the treasure box.

Generate Folder Maze

$ ./make.sh -n 40 -w 10

See the Map

$ tree ./start
start/
└── 39
    └── 06
        ├── 29
        │   ├── 09
        │   │   ├── 00
        │   │   └── 24
        │   │       ├── 11
        │   │       │   └── 20
        │   │       │       ├── 17
        │   │       │       │   ├── 08
        │   │       │       │   │   ├── 03
        │   │       │       │   │   │   ├── 25
        │   │       │       │   │   │   └── 31
        │   │       │       │   │   └── 27
        │   │       │       │   │       └── 23
        │   │       │       │   │           └── 04
        │   │       │       │   ├── 30
        │   │       │       │   └── 34
        │   │       │       │       └── 19
        │   │       │       └── 26
        │   │       │           └── 12
        │   │       └── 16
        │   └── 22
        │       ├── 35
        │       │   ├── 21
        │       │   │   └── 05
        │       │   │       └── 07
        │       │   │           └── 18
        │       │   │               ├── 10
        │       │   │               │   ├── 14
        │       │   │               │   │   └── 15
        │       │   │               │   │       └── 13
        │       │   │               │   └── treasure.txt
        │       │   │               └── 28
        │       │   ├── 32
        │       │   └── 33
        │       └── 37
        └── 38
            ├── 01
            └── 02
                └── 36

Make Cool Treasure

ASCII Art Generator

ASCII Zoo Animals

About

Folder Maze - Find treasure.txt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published