hg
    life
        life.py
        maps
            [map1].py
            ... other map scripts
        items
            [items1].py
            ... other item scripts
        battle
            [battle1].py
            ... other battle scripts
        pics
            tilesets
                ... pngs with tilesets
            items
                ... pngs with item pics
            ... other folders organizing pictures
        ... other game scripts and folders
    librpg
        LICENSE.txt
        README.txt
        menu.py
        map.py
        party.py
        log.py
        ... other librpg packages
    test
        maptest.py
        menutest.py
        ... other librpg test scripts
    docs
        roadmap.txt
        repo.txt
        faq.txt
        todo.txt
        reference
            make.bat
            Makefile
            source
                index.rst
                installing.rst
                reference
                    ... sphinx .rst files with library reference
                tutorial
                    lesson01
                        lesson01.rst
                        lesson01.py
                    lesson02
                        lesson01.rst
                        lesson02.py
                ... other lessons
    tools
        mapeditor
            mapeditor.py
            ... other mapeditor scripts
        tileset
            ... tileset management tools
        charset
            ... charset management tools
        ... other tools
    data
        tileset
            ... tilesets and bnds
        charset
            ... charsets
        sfx
            ... sound effects
        music
            ... music
        icon.png
        CREDITS.txt
